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
e07e931202
commit
82566383fb
1 changed files with 8 additions and 0 deletions
|
@ -27,6 +27,14 @@ database.default.username="__DB_USER__"
|
|||
database.default.password="__DB_PWD__"
|
||||
database.default.DBPrefix="cp_"
|
||||
|
||||
#--------------------------------------------------------------------
|
||||
# Email configuration
|
||||
#--------------------------------------------------------------------
|
||||
# email.fromEmail="your_email_address"
|
||||
# email.SMTPHost="your_smtp_host"
|
||||
# email.SMTPUser="your_smtp_user"
|
||||
# email.SMTPPass="your_smtp_password"
|
||||
|
||||
#--------------------------------------------------------------------
|
||||
# Cache configuration (advanced)
|
||||
#
|
||||
|
|
Loading…
Add table
Reference in a new issue