Skip to content

Commit a5c4528

Browse files
JeffGuKangTomWFox
authored andcommitted
Update README.md (#1455)
* Update README.md Add the PARSE_DASHBOARD_COOKIE_SESSION_SECRET option explanation * improve grammar Co-authored-by: Tom Fox <[email protected]>
1 parent c688f69 commit a5c4528

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

README.md

+2
Original file line numberDiff line numberDiff line change
@@ -112,6 +112,8 @@ PARSE_DASHBOARD_USER_PASSWORD: "pass"
112112
PARSE_DASHBOARD_SSL_KEY: "sslKey"
113113
PARSE_DASHBOARD_SSL_CERT: "sslCert"
114114
PARSE_DASHBOARD_CONFIG: undefined // Only for reference, it must not exist
115+
PARSE_DASHBOARD_COOKIE_SESSION_SECRET: undefined // set the cookie session secret, defaults to a random string. Use this option if you want sessions to work across multiple servers, or across restarts
116+
115117
```
116118

117119
## Managing Multiple Apps

0 commit comments

Comments
 (0)