Skip to content

Commit

Permalink
Update README.md (#1455)
Browse files Browse the repository at this point in the history
* Update README.md

Add the PARSE_DASHBOARD_COOKIE_SESSION_SECRET option explanation

* improve grammar

Co-authored-by: Tom Fox <13188249+TomWFox@users.noreply.github.com>
  • Loading branch information
2 people authored and davimacedo committed Jan 23, 2020
1 parent c688f69 commit a5c4528
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -112,6 +112,8 @@ PARSE_DASHBOARD_USER_PASSWORD: "pass"
PARSE_DASHBOARD_SSL_KEY: "sslKey"
PARSE_DASHBOARD_SSL_CERT: "sslCert"
PARSE_DASHBOARD_CONFIG: undefined // Only for reference, it must not exist
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
```

## Managing Multiple Apps
Expand Down

0 comments on commit a5c4528

Please sign in to comment.