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
16d2b4f372
commit
4729af7ba4
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue