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
59cbf94cc9
commit
db418a2c72
1 changed files with 3 additions and 2 deletions
|
@ -31,7 +31,9 @@ database.default.DBPrefix="cp_"
|
|||
# Email configuration
|
||||
#--------------------------------------------------------------------
|
||||
# email.fromEmail="your_email_address"
|
||||
# email.SMTPHost="your_smtp_host"
|
||||
# email.fromName="Castopod"
|
||||
# email.SMTPHost="localhost"
|
||||
# email.SMTPPort="25"
|
||||
# email.SMTPUser="your_smtp_user"
|
||||
# email.SMTPPass="your_smtp_password"
|
||||
|
||||
|
@ -55,4 +57,3 @@ cache.redis.database=__REDIS_DB__
|
|||
# REST API configuration
|
||||
#--------------------------------------------------------------------
|
||||
# restapi.enabled=true
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue