mirror of
https://github.com/YunoHost-Apps/commento_ynh.git
synced 2024-09-03 18:16:16 +02:00
Update .env
This commit is contained in:
parent
1c085100b8
commit
16d2b4f372
1 changed files with 5 additions and 5 deletions
10
conf/.env
10
conf/.env
|
@ -9,11 +9,11 @@ COMMENTO_STATIC=__FINALPATH__/
|
||||||
COMMENTO_POSTGRES=postgres://__DB_USER__:__DB_PWD__@127.0.0.1:5432/__DB_NAME__?sslmode=disable
|
COMMENTO_POSTGRES=postgres://__DB_USER__:__DB_PWD__@127.0.0.1:5432/__DB_NAME__?sslmode=disable
|
||||||
|
|
||||||
# Set the SMTP credentials
|
# Set the SMTP credentials
|
||||||
COMMENTO_SMTP_HOST=localhost
|
#COMMENTO_SMTP_HOST=localhost
|
||||||
COMMENTO_SMTP_PORT=25
|
#COMMENTO_SMTP_PORT=25
|
||||||
COMMENTO_SMTP_USERNAME=admin@__DOMAIN__
|
#COMMENTO_SMTP_USERNAME=admin@__DOMAIN__
|
||||||
COMMENTO_SMTP_PASSWORD=
|
#COMMENTO_SMTP_PASSWORD=
|
||||||
COMMENTO_SMTP_FROM_ADDRESS=no-reply@__DOMAIN__
|
#COMMENTO_SMTP_FROM_ADDRESS=no-reply@__DOMAIN__
|
||||||
|
|
||||||
# Set Google OAuth credentials
|
# Set Google OAuth credentials
|
||||||
COMMENTO_GOOGLE_KEY=
|
COMMENTO_GOOGLE_KEY=
|
||||||
|
|
Loading…
Add table
Reference in a new issue