From 62f3bc7e254f2a139139a2440f3e03fe606ac478 Mon Sep 17 00:00:00 2001 From: sporada Date: Fri, 30 Apr 2021 13:56:57 +0200 Subject: [PATCH] Update 'osp/live.env.tpl' --- osp/live.env.tpl | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/osp/live.env.tpl b/osp/live.env.tpl index e2e9536..40028f0 100644 --- a/osp/live.env.tpl +++ b/osp/live.env.tpl @@ -12,6 +12,10 @@ REDIS_HOST_PASSWORD=password_redis # osp OSP_ROOT=/home/compute/services/osp DB_URL=mysql://osp:password_db@osp-db/osp' # Change these according to above set parameters following this schema mysql://username:password@host:port/database +FLASK_SECRET=very_secret_key_change_me +FLASK_SALT=very_secret_salt_key_change_me +OSP_ALLOWREGISTRATION=False +OSP_REQUIREVERIFICATION=false # Traefik DOMAIN=domain.com \ No newline at end of file