From 427922c4f671d1655c20d2361eb16f70a9af8d56 Mon Sep 17 00:00:00 2001 From: Kasra Bigdeli Date: Mon, 24 Aug 2020 22:21:32 -0400 Subject: [PATCH] Update mongo-express.yml --- public/v4/apps/mongo-express.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/public/v4/apps/mongo-express.yml b/public/v4/apps/mongo-express.yml index c608d2d..b66b0ed 100644 --- a/public/v4/apps/mongo-express.yml +++ b/public/v4/apps/mongo-express.yml @@ -10,8 +10,8 @@ services: ME_CONFIG_MONGODB_PORT: $$cap_me_server_port ME_CONFIG_BASICAUTH_USERNAME: $$cap_me_dashboard_username ME_CONFIG_BASICAUTH_PASSWORD: $$cap_me_dashboard_password - ME_CONFIG_SITE_COOKIESECRET: $$cap_appname$$cap_mongoexpress_version - ME_CONFIG_SITE_SESSIONSECRET: $$cap_appname$$cap_mongoexpress_version + ME_CONFIG_SITE_COOKIESECRET: $$cap_appname$$cap_gen_random_hex(16) + ME_CONFIG_SITE_SESSIONSECRET: $$cap_appname$$cap_gen_random_hex(16) caproverExtra: containerHttpPort: '8081' caproverOneClickApp: