From 22298800ded1f64b34e9866f91f8743a862f4a02 Mon Sep 17 00:00:00 2001 From: jonah zheng Date: Fri, 7 Feb 2020 18:20:12 +0800 Subject: [PATCH] Update config.example.js --- server/config/config.example.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/server/config/config.example.js b/server/config/config.example.js index fee7927..a9f896f 100644 --- a/server/config/config.example.js +++ b/server/config/config.example.js @@ -21,7 +21,7 @@ module.exports = redirect_uri : 'https://client.example.com/auth/callback' } },*/ - redisOptions: {} + redisOptions: {}, // session cookie secret cookieSecret : 'T0P-S3cR3t_cook!e', cookieName : 'multiparty-meeting.sid',