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