1
0
Fork 0
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:
ericgaspar 2021-11-25 17:55:33 +01:00
parent 16d2b4f372
commit 4729af7ba4
No known key found for this signature in database
GPG key ID: 574F281483054D44

View file

@ -1,9 +1,9 @@
#https://docs.commento.io/configuration/backend/#configuration-file
# Set binding values
COMMENTO_ORIGIN=http://__DOMAIN__
COMMENTO_ORIGIN=https://__DOMAIN__
COMMENTO_PORT=__PORT__
COMMENTO_STATIC=__FINALPATH__/
COMMENTO_STATIC=__FINALPATH__
# Set PostgreSQL settings
COMMENTO_POSTGRES=postgres://__DB_USER__:__DB_PWD__@127.0.0.1:5432/__DB_NAME__?sslmode=disable