diff options
author | Fred Dixon <ffdixon@gmail.com> | 2020-02-14 01:37:12 +0000 |
---|---|---|
committer | Fred Dixon <ffdixon@gmail.com> | 2020-02-14 01:37:12 +0000 |
commit | 84a7e01938de7d13129a3e9158b0334b27a39199 (patch) | |
tree | cfa21e6ee5c6c257418ddbdf8a3cac466da1aae8 /README.md | |
parent | fefe0b489d6235482265456805c1312e079661ad (diff) | |
download | scalelite-run-itzks-84a7e01938de7d13129a3e9158b0334b27a39199.tar.gz scalelite-run-itzks-84a7e01938de7d13129a3e9158b0334b27a39199.tar.bz2 scalelite-run-itzks-84a7e01938de7d13129a3e9158b0334b27a39199.zip |
Changed the command for generating the SECRET_KEY_BASE
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -57,7 +57,7 @@ vi scalelite/.env You can start it as is, but you may want to replace both variables with your own values. -`SECRET_KEY_BASE` is the Ruby On Rails secret key and should be replaced with a random one generated with `bundle exec rake secret` +`SECRET_KEY_BASE` is the Ruby On Rails secret key and should be replaced with a random one generated with `openssl rand -hex 64`. `LOADBALANCER_SECRET` is the shared secret used by external applications for accessing the Load Balancer as if it was a BigBlueButton server. By default, it includes the Secret used for test-install (which is also the first server added to the pool as example). |