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 2022-04-15 09:16:50 +02:00
parent 9dab60b2c5
commit 36a04f0fcb
No known key found for this signature in database
GPG key ID: 574F281483054D44

View file

@ -11,9 +11,6 @@ COMMENTO_FORBID_NEW_OWNERS=__ENABLE_REGISTRATIONS__
# Set PostgreSQL settings
COMMENTO_POSTGRES=postgres://__DB_USER__:__DB_PWD__@127.0.0.1:5432/__DB_NAME__?sslmode=disable
# Used to disable new dashboard registrations.
COMMENTO_FORBID_NEW_OWNERS=false
# If set to true, all static content will be served GZipped if the client's browser supports compression.
COMMENTO_GZIP_STATIC=false