From 54106dc484ed22cd43250a2a39af54dc8c3c8225 Mon Sep 17 00:00:00 2001 From: sporada Date: Fri, 30 Apr 2021 14:13:19 +0200 Subject: [PATCH] Update 'osp/live.env.tpl' --- osp/live.env.tpl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/osp/live.env.tpl b/osp/live.env.tpl index f16e234..13c89d1 100644 --- a/osp/live.env.tpl +++ b/osp/live.env.tpl @@ -15,7 +15,7 @@ DB_URL=mysql://osp:password_db@osp-db/osp # Change these according to above set FLASK_SECRET=very_secret_key_change_me FLASK_SALT=very_secret_salt_key_change_me OSP_ALLOWREGISTRATION=False -OSP_REQUIREVERIFICATION=false +OSP_REQUIREVERIFICATION=False # Traefik DOMAIN=domain.com \ No newline at end of file