From 5859a66110b2f020de4cc4763251bb930c15297d Mon Sep 17 00:00:00 2001 From: sporada Date: Fri, 30 Apr 2021 14:16:39 +0200 Subject: [PATCH] Update 'osp/live.env.tpl' --- osp/live.env.tpl | 1 + 1 file changed, 1 insertion(+) diff --git a/osp/live.env.tpl b/osp/live.env.tpl index 13c89d1..841d11d 100644 --- a/osp/live.env.tpl +++ b/osp/live.env.tpl @@ -14,6 +14,7 @@ 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 +REDIS_PASSWORD=password_redis OSP_ALLOWREGISTRATION=False OSP_REQUIREVERIFICATION=False