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:
parent
cb1461712c
commit
52795460e9
1 changed files with 15 additions and 0 deletions
|
@ -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
|
||||
#--------------------------------------------------------------------
|
||||
|
|
Loading…
Add table
Reference in a new issue