148 lines
3.7 KiB
Text
148 lines
3.7 KiB
Text
APP_ENV=production
|
|
APP_DEBUG=false
|
|
SITE_OWNER=kropikuba@gmail.com
|
|
APP_URL=
|
|
HOST=
|
|
# Must be 32 characters
|
|
APP_KEY=
|
|
|
|
DEFAULT_LANGUAGE=en_US
|
|
DEFAULT_LOCALE=equal
|
|
|
|
TZ=Europe/Prague
|
|
|
|
TRUSTED_PROXIES=**
|
|
|
|
# Also available are 'syslog', 'errorlog' and 'stdout' which will log to the system itself.
|
|
# A rotating log option is 'daily', creates 5 files that (surprise) rotate.
|
|
# A cool option is 'papertrail' for cloud logging
|
|
# Default setting 'stack' will log to 'daily' and to 'stdout' at the same time.
|
|
LOG_CHANNEL=stack
|
|
APP_LOG_LEVEL=notice
|
|
AUDIT_LOG_LEVEL=emergency
|
|
AUDIT_LOG_CHANNEL=
|
|
|
|
PAPERTRAIL_HOST=
|
|
PAPERTRAIL_PORT=
|
|
|
|
# Use "pgsql" for PostgreSQL
|
|
# Use "mysql" for MySQL and MariaDB.
|
|
# Use "sqlite" for SQLite.
|
|
DB_CONNECTION=mysql
|
|
DB_HOST=db
|
|
DB_PORT=3306
|
|
DB_DATABASE=firefly
|
|
DB_USERNAME=firefly
|
|
DB_PASSWORD=eu0ecaSileengoyoh2ohlohthi8thoo6
|
|
DB_SOCKET=
|
|
|
|
# MySQL supports SSL. You can configure it here.
|
|
# If you use Docker or similar, you can set these variables from a file by appending them with _FILE
|
|
MYSQL_USE_SSL=false
|
|
MYSQL_SSL_VERIFY_SERVER_CERT=true
|
|
# You need to set at least of these options
|
|
MYSQL_SSL_CAPATH=/etc/ssl/certs/
|
|
MYSQL_SSL_CA=
|
|
MYSQL_SSL_CERT=
|
|
MYSQL_SSL_KEY=
|
|
MYSQL_SSL_CIPHER=
|
|
|
|
# PostgreSQL supports SSL. You can configure it here.
|
|
# If you use Docker or similar, you can set these variables from a file by appending them with _FILE
|
|
PGSQL_SSL_MODE=prefer
|
|
PGSQL_SSL_ROOT_CERT=null
|
|
PGSQL_SSL_CERT=null
|
|
PGSQL_SSL_KEY=null
|
|
PGSQL_SSL_CRL_FILE=null
|
|
PGSQL_SCHEMA=public
|
|
|
|
CACHE_DRIVER=file
|
|
SESSION_DRIVER=file
|
|
# If you set either of the options above to 'redis', you might want to update these settings too
|
|
# REDIS_PORT_FILE to set the value from a file instead of from an environment variable
|
|
REDIS_SCHEME=tcp
|
|
# use only when using 'unix' for REDIS_SCHEME. Leave empty otherwise.
|
|
REDIS_PATH=
|
|
# use only when using 'tcp' or 'http' for REDIS_SCHEME. Leave empty otherwise.
|
|
REDIS_HOST=127.0.0.1
|
|
REDIS_PORT=6379
|
|
# Use only with Redis 6+ with proper ACL set. Leave empty otherwise.
|
|
REDIS_USERNAME=
|
|
REDIS_PASSWORD=
|
|
# always use quotes and make sure redis db "0" and "1" exists. Otherwise change accordingly.
|
|
REDIS_DB="0"
|
|
REDIS_CACHE_DB="1"
|
|
|
|
# Setting samesite to "strict" may give you trouble logging in.
|
|
COOKIE_PATH="/"
|
|
COOKIE_DOMAIN=
|
|
COOKIE_SECURE=false
|
|
COOKIE_SAMESITE=lax
|
|
|
|
# If you want Firefly III to email you, update these settings
|
|
# For instructions, see: https://docs.firefly-iii.org/how-to/firefly-iii/advanced/notifications/#email
|
|
# If you use Docker or similar, you can set these variables from a file by appending them with _FILE
|
|
MAIL_MAILER=log
|
|
MAIL_HOST=null
|
|
MAIL_PORT=2525
|
|
MAIL_FROM=changeme@example.com
|
|
MAIL_USERNAME=null
|
|
MAIL_PASSWORD=null
|
|
MAIL_ENCRYPTION=null
|
|
MAIL_SENDMAIL_COMMAND=
|
|
|
|
MAILGUN_DOMAIN=
|
|
MAILGUN_SECRET=
|
|
MAILGUN_ENDPOINT=api.mailgun.net
|
|
MANDRILL_SECRET=
|
|
SPARKPOST_SECRET=
|
|
|
|
SEND_ERROR_MESSAGE=true
|
|
SEND_REPORT_JOURNALS=true
|
|
ENABLE_EXTERNAL_MAP=false
|
|
ENABLE_EXCHANGE_RATES=false
|
|
ENABLE_EXTERNAL_RATES=false
|
|
MAP_DEFAULT_LAT=51.983333
|
|
MAP_DEFAULT_LONG=5.916667
|
|
MAP_DEFAULT_ZOOM=6
|
|
|
|
VALID_URL_PROTOCOLS=
|
|
|
|
AUTHENTICATION_GUARD=web
|
|
AUTHENTICATION_GUARD_HEADER=REMOTE_USER
|
|
AUTHENTICATION_GUARD_EMAIL=
|
|
PASSPORT_PRIVATE_KEY=
|
|
PASSPORT_PUBLIC_KEY=
|
|
CUSTOM_LOGOUT_URL=
|
|
|
|
DISABLE_FRAME_HEADER=false
|
|
DISABLE_CSP_HEADER=false
|
|
TRACKER_SITE_ID=
|
|
TRACKER_URL=
|
|
ALLOW_WEBHOOKS=false
|
|
|
|
STATIC_CRON_TOKEN=aequ4hahL3cha7ahphoh0quu0ainoo7f
|
|
|
|
DKR_BUILD_LOCALE=false
|
|
DKR_CHECK_SQLITE=true
|
|
DKR_RUN_MIGRATION=true
|
|
DKR_RUN_UPGRADE=true
|
|
DKR_RUN_VERIFY=true
|
|
DKR_RUN_REPORT=true
|
|
|
|
DKR_RUN_PASSPORT_INSTALL=true
|
|
|
|
# Leave the following configuration vars as is.
|
|
# Unless you like to tinker and know what you're doing.
|
|
APP_NAME=FireflyIII
|
|
BROADCAST_DRIVER=log
|
|
QUEUE_DRIVER=sync
|
|
CACHE_PREFIX=firefly
|
|
PUSHER_KEY=
|
|
IPINFO_TOKEN=
|
|
PUSHER_SECRET=
|
|
PUSHER_ID=
|
|
DEMO_USERNAME=
|
|
DEMO_PASSWORD=
|
|
|
|
FIREFLY_III_LAYOUT=v1
|