You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: Parse-Dashboard/index.js
+4-1
Original file line number
Diff line number
Diff line change
@@ -25,13 +25,15 @@ program.option('--allowInsecureHTTP [allowInsecureHTTP]', 'set this flag when yo
25
25
program.option('--sslKey [sslKey]','the path to the SSL private key.');
26
26
program.option('--sslCert [sslCert]','the path to the SSL certificate.');
27
27
program.option('--trustProxy [trustProxy]','set this flag when you are behind a front-facing proxy, such as when hosting on Heroku. Uses X-Forwarded-* headers to determine the client\'s connection and IP address.');
28
+
program.option('--cookieSessionSecret [cookieSessionSecret]','set the cookie session secret, defaults to a random string. You should set that value if you want sessions to work across multiple server, or across restarts');
0 commit comments