1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/firefly-iii_ynh.git synced 2024-09-03 18:36:13 +02:00

Update .env

This commit is contained in:
Memo 2022-05-05 19:06:22 +02:00 committed by GitHub
parent 2c411a747b
commit 6e861b774f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -118,12 +118,12 @@ COOKIE_SECURE=false
# For instructions, see: https://docs.firefly-iii.org/advanced-installation/email
# If you use Docker or similar, you can set these variables from a file by appending them with _FILE
MAIL_MAILER=smtp
MAIL_HOST=127.0.0.1
MAIL_PORT=25
MAIL_HOST=__DOMAIN__
MAIL_PORT=587
MAIL_FROM=__EMAIL__
MAIL_USERNAME=null
MAIL_PASSWORD=null
MAIL_ENCRYPTION=null
MAIL_USERNAME=__EMAIL__
MAIL_PASSWORD= Your_Secret_Password
MAIL_ENCRYPTION=ssl
# Other mail drivers:
# If you use Docker or similar, you can set these variables from a file by appending them with _FILE
@ -326,4 +326,4 @@ FIREFLY_III_LAYOUT=v1
#
# If you're stuck I understand you get desperate but look SOMEWHERE ELSE.
#
APP_URL=http://__DOMAIN____PATH__
APP_URL=http://__DOMAIN____PATH__