You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
169 lines
4.6 KiB
169 lines
4.6 KiB
#
|
|
# Where is Firefly III?
|
|
#
|
|
# 1) Make sure you ADD http:// or https://
|
|
# 2) Make sure you REMOVE any trailing slash from the end of the URL.
|
|
# 3) In case of Docker, refer to the internal IP of your Firefly III installation.
|
|
#
|
|
# This value is not mandatory. But it is very useful.
|
|
#
|
|
FIREFLY_III_URL=
|
|
|
|
#
|
|
# Imagine Firefly III can be reached at "http://172.16.0.2:8082" (internal Docker network or something).
|
|
# But you have a fancy URL: "https://personal-finances.bill.microsoft.com/"
|
|
#
|
|
# In those cases, you can overrule the URL so when the CSV importer links back to Firefly III, it uses the correct URL.
|
|
#
|
|
# 1) Make sure you ADD http:// or https://
|
|
# 2) Make sure you REMOVE any trailing slash from the end of the URL.
|
|
#
|
|
VANITY_URL=
|
|
|
|
#
|
|
# Set your Firefly III Personal Access Token
|
|
# You can find create a Personal Access Token on the /profile page (at the bottom)
|
|
#
|
|
# - Do not use the "command line token". That's the WRONG one.
|
|
# - Do not use "APP_KEY". That's the WRONG one.
|
|
#
|
|
# This value is not mandatory to set. Instructions will follow if you omit this field.
|
|
#
|
|
FIREFLY_III_ACCESS_TOKEN=
|
|
|
|
#
|
|
# You can also use a public client ID. This is available in Firefly III 5.4.0-alpha.3 and higher.
|
|
# This is a number (1, 2, 3). If you use the client ID, you can leave the access token empty and vice versa.
|
|
#
|
|
# This value is not mandatory to set. Instructions will follow if you omit this field.
|
|
#
|
|
FIREFLY_III_CLIENT_ID=
|
|
|
|
#
|
|
# Nordigen
|
|
#
|
|
NORDIGEN_ID=
|
|
NORDIGEN_KEY=
|
|
|
|
#
|
|
# Spectre
|
|
#
|
|
SPECTRE_APP_ID=
|
|
SPECTRE_SECRET=
|
|
|
|
#
|
|
# When you're running Firefly III under a (self-signed) certificate,
|
|
# the CSV importer may have trouble verifying the TLS connection.
|
|
#
|
|
# You have a few options to make sure the CSV importer can connect
|
|
# to Firefly III:
|
|
# - 'true': will verify all certificates. The most secure option and the default.
|
|
# - 'file.pem': refer to a file (you must provide it) to your custom root or intermediate certificates.
|
|
# - 'false': will verify NO certificates. Not very secure.
|
|
VERIFY_TLS_SECURITY=true
|
|
|
|
#
|
|
# If you want, you can set a directory here where the CSV importer will look for import configurations.
|
|
# This is a separate setting from the /import directory that the auto-import uses.
|
|
# Setting this variable isn't necessary. The default value is "storage/configurations".
|
|
#
|
|
JSON_CONFIGURATION_DIR=
|
|
|
|
#
|
|
# Time out when connecting with Firefly III.
|
|
# π*10 seconds is usually fine.
|
|
#
|
|
CONNECTION_TIMEOUT=31.41
|
|
|
|
# The following variables can be useful when debugging the application
|
|
APP_ENV=local
|
|
APP_DEBUG=false
|
|
LOG_CHANNEL=stack
|
|
|
|
# Log level. You can set this from least severe to most severe:
|
|
# debug, info, notice, warning, error, critical, alert, emergency
|
|
# If you set it to debug your logs will grow large, and fast. If you set it to emergency probably
|
|
# nothing will get logged, ever.
|
|
LOG_LEVEL=debug
|
|
|
|
# TRUSTED_PROXIES is a useful variable when using Docker and/or a reverse proxy.
|
|
# Set it to ** and reverse proxies work just fine.
|
|
TRUSTED_PROXIES=
|
|
|
|
#
|
|
# Time zone
|
|
#
|
|
TZ=Europe/Amsterdam
|
|
|
|
#
|
|
# Use ASSET_URL when you're running the CSV importer in a sub-directory.
|
|
#
|
|
ASSET_URL=
|
|
|
|
#
|
|
# Email settings.
|
|
# The CSV 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
|
|
|
|
# If enabled, define which mailer you want to use.
|
|
# Options include: smtp, mailgun, postmark, sendmail, log, array
|
|
# Amazon SES is not supported.
|
|
# log = drop mails in the logs instead of sending them
|
|
# array = debug mailer that does nothing.
|
|
MAIL_DESTINATION=YOUR_OWN_EMAIL@example.com
|
|
|
|
#
|
|
# Force Firefly III URL to be secure?
|
|
#
|
|
#
|
|
EXPECT_SECURE_URL=false
|
|
|
|
MAIL_MAILER=smtp
|
|
MAIL_HOST=example.com
|
|
MAIL_PORT=25
|
|
MAIL_ENCRYPTION=tls
|
|
MAIL_USERNAME=username
|
|
MAIL_PASSWORD=secret
|
|
MAIL_FROM_ADDRESS=noreply@example.com
|
|
|
|
# Extra settings depending on your mail configuration above.
|
|
MAILGUN_DOMAIN=
|
|
MAILGUN_SECRET=
|
|
MAILGUN_ENDPOINT=
|
|
POSTMARK_TOKEN=
|
|
|
|
#
|
|
# You probably won't need to change these settings.
|
|
#
|
|
BROADCAST_DRIVER=log
|
|
CACHE_DRIVER=file
|
|
QUEUE_CONNECTION=sync
|
|
SESSION_DRIVER=file
|
|
SESSION_LIFETIME=120
|
|
IS_EXTERNAL=false
|
|
|
|
REDIS_HOST=127.0.0.1
|
|
REDIS_PASSWORD=null
|
|
REDIS_PORT=6379
|
|
|
|
# always use quotes
|
|
REDIS_DB="0"
|
|
REDIS_CACHE_DB="1"
|
|
|
|
# The only tracker supported is Matomo.
|
|
# This is used on the public instance.
|
|
TRACKER_SITE_ID=
|
|
TRACKER_URL=
|
|
|
|
|
|
APP_NAME=CSVImporter
|
|
|
|
#
|
|
# The APP_URL environment variable is NOT used anywhere.
|
|
# Don't bother setting it to fix your reverse proxy problems. It won't help.
|
|
# Don't open issues telling me it doesn't help because it's not supposed to.
|
|
# Laravel uses this to generate links on the command line, which is a feature the CVS importer does not use.
|
|
#
|
|
APP_URL=http://localhost
|