From 36a04f0fcb9f39d17972dca9f6d96b790717b53b Mon Sep 17 00:00:00 2001 From: ericgaspar Date: Fri, 15 Apr 2022 09:16:50 +0200 Subject: [PATCH] Update .env --- conf/.env | 3 --- 1 file changed, 3 deletions(-) diff --git a/conf/.env b/conf/.env index dc32a60..38dcf73 100644 --- a/conf/.env +++ b/conf/.env @@ -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