summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
-rw-r--r--public/v4/apps/mongo-express.yml4
1 files 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: