1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/castopod_ynh.git synced 2024-09-03 18:16:14 +02:00

Update .env.example

This commit is contained in:
ericgaspar 2022-10-14 22:26:44 +02:00
parent cb1461712c
commit 52795460e9

View file

@ -27,6 +27,21 @@ database.default.username="__DB_USER__"
database.default.password="__DB_PWD__"
database.default.DBPrefix="cp_"
#--------------------------------------------------------------------
# Email configuration
#--------------------------------------------------------------------
# email.fromEmail="__EMAIL__"
# email.SMTPHost="loclhost"
# email.SMTPUser=""
# email.SMTPPass=""
#--------------------------------------------------------------------
# Cache configuration (advanced)
#
# Keep as is if you don't know what this means
#--------------------------------------------------------------------
cache.handler="file"
#--------------------------------------------------------------------
# Redis configuration
#--------------------------------------------------------------------