This commit is contained in:
=
2025-05-13 01:19:53 -05:00
parent 5bba9d66df
commit d3efb8516a
4 changed files with 24 additions and 25 deletions

View File

@@ -10,7 +10,7 @@
#
# This variable can be set from a file if you append it with _FILE
#
FIREFLY_III_URL=http://app:8080
FIREFLY_III_URL=https://firefly.home.domroese.eu
#
# Imagine Firefly III can be reached at "http://172.16.0.2:8082" (internal Docker network or something).
@@ -25,7 +25,8 @@ FIREFLY_III_URL=http://app:8080
#
# This variable can be set from a file if you append it with _FILE
#
VANITY_URL=http://localhost
VANITY_URL=https://firefly.home.domroese.eu
#
# Set your Firefly III Personal Access Token (OAuth)
@@ -39,7 +40,7 @@ VANITY_URL=http://localhost
#
# This variable can be set from a file if you append it with _FILE
#
FIREFLY_III_ACCESS_TOKEN=
FIREFLY_III_ACCESS_TOKEN=eyJ0eXAiOiJKV1QiLCJhbGciOiJSUzI1NiJ9.eyJhdWQiOiIxIiwianRpIjoiMDA3ZjdjMjUwOTNlNzg2YWRkN2U1ZGNmYjA4MjFjMzYwMTE3MjQ0ZTZkMzM1MWQ1OTYzNzgwYjhmZDMzNmE4ODI4MDFiZGE3MTMzMTM3MjAiLCJpYXQiOjE3NDY3NzIyNzMuOTM4MTg0LCJuYmYiOjE3NDY3NzIyNzMuOTM4MTg1LCJleHAiOjE3NzgzMDgyNzMuODM3MTYzLCJzdWIiOiIxIiwic2NvcGVzIjpbXX0.Lbw72vjJCHRhMnNm1qWwmMICRiTe1Vp6KuBIrZlpdcSCjZlsL3RIoYNyPmNECAcP2PVCyb36ZmlWtyOsx2C1BiwRtO-jnwWytxr9WZ-40e9-mnf7OnZRN6XOiCNzbKKyxaqM1yskwwfcW7vfkYAugD5HcffHMgkAoeeIa87HBVVV3eAsjWJ4aQ7NBBgET_GGMWDRYBnLn10k_vY_IXGQxqYivSpos0953f-7JriT_Yj-EzMzh6exOQbe3C_UF0Y9hGF6pjS7C4Sj9_Q45j3bs2nX7SJaUa-O4kn31EN0KCWSeYIFK1ugViauEZ7wHQhCG_X82GrqY_oiVS94WT4mxOwmb21vssO8lNj8WDaHzQQ2VV38SdLJMSWDN9-BdWB6HNEcIMHriW5oPQ2rQy5y5eETcF4B8ntHYUEQ9g52jmAUVEAVBLUjWUkNlljE6j9lOpsd_5IaLJIpjMlFnaWmadcZpN1po8lZB_Nfw2hihdx7ITMyhxBwjEIQRkH-wP0KJd8kVBIvUGCiLYxYhCQODJ6ddZaQDQaNHl0V-G6cwNIX1zFksVHEhP8YgxbB5q5zAcGla4aR9vX3pAHKxTejW4UvOMIu-t4vxAfVflHnEa6CboDqh7DYlj134q9A4lucBVo7SEsw2gyFGXMej2YsYnnhP5DiJAHV3jV2Fk_03Rg
#
# You can also use a public client ID. This is available in Firefly III 5.4.0-alpha.3 and higher.
@@ -49,7 +50,7 @@ FIREFLY_III_ACCESS_TOKEN=
#
# This variable can be set from a file if you append it with _FILE
#
FIREFLY_III_CLIENT_ID=
# FIREFLY_III_CLIENT_ID=2
#
# GoCardless information.
@@ -82,7 +83,7 @@ GOCARDLESS_GET_ACCOUNT_DETAILS=false
# This is disabled by default, since it costs a lot of API calls.
# You can enable it if you want to.
#
GOCARDLESS_GET_BALANCE_DETAILS=false
GOCARDLESS_GET_BALANCE_DETAILS=true
#
# Spectre information
@@ -134,20 +135,20 @@ AUTO_IMPORT_SECRET=
# Is the /autoimport even endpoint enabled?
# By default it's disabled, and the secret alone will not enable it.
#
CAN_POST_AUTOIMPORT=false
CAN_POST_AUTOIMPORT=true
#
# Is the /autoupload endpoint enabled?
# By default it's disabled, and the secret alone will not enable it.
#
CAN_POST_FILES=false
CAN_POST_FILES=true
#
# Import directory white list. You need to set this before the auto importer will accept a directory to import from.
#
# This variable can be set from a file if you append it with _FILE
#
IMPORT_DIR_ALLOWLIST=
IMPORT_DIR_ALLOWLIST=/import
#
# If you import from a directory, you can save a fallback configuration file in the directory.
@@ -208,14 +209,14 @@ TRUSTED_PROXIES=
#
# Time zone
#
TZ=Europe/Amsterdam
TZ=Europe/Berlin
#
# Email settings.
# The data importer can send you a message with all errors, warnings and messages
# after a successful import. This is disabled by default
#
ENABLE_MAIL_REPORT=false
ENABLE_MAIL_REPORT=true
#
# Force Firefly III URL to be secure?
@@ -231,15 +232,15 @@ EXPECT_SECURE_URL=false
MAIL_MAILER=
# where to send the report?
MAIL_DESTINATION=noreply@example.com
MAIL_DESTINATION=soenke@domroese.eu
# other mail settings
# These variables can be set from a file if you append it with _FILE
MAIL_FROM_ADDRESS=noreply@example.com
MAIL_HOST=smtp.mailtrap.io
MAIL_PORT=2525
MAIL_USERNAME=username
MAIL_PASSWORD=password
MAIL_FROM_ADDRESS=soenke@domroese.eu
MAIL_HOST=pro1.mail.ovh.net
MAIL_PORT=587
MAIL_USERNAME=mail@domroese.eu
MAIL_PASSWORD=aiVLNjATdm3CyLSCfjNhz4RPqpkvch
MAIL_ENCRYPTION=null
# Extra settings depending on your mail configuration above.
@@ -291,3 +292,4 @@ APP_NAME=DataImporter
# Laravel uses this to generate links on the command line, which is a feature the data importer does not use.
#
APP_URL=http://localhost