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:
Éric Gaspar 2023-01-19 15:57:20 +01:00
parent 59cbf94cc9
commit db418a2c72

View file

@ -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