diff options
author | jfederico <jesus@123it.ca> | 2020-02-14 16:09:32 -0500 |
---|---|---|
committer | jfederico <jesus@123it.ca> | 2020-02-14 16:09:32 -0500 |
commit | 182e1a9f6c2a4d1cdb27d376ce2560c7fa184efa (patch) | |
tree | 142f487b9ecfec47c8d4b23091d17f97cc7e36d2 | |
parent | a967d6791a606a653e61769586417e940a979016 (diff) | |
parent | 84a7e01938de7d13129a3e9158b0334b27a39199 (diff) | |
download | scalelite-run-itzks-182e1a9f6c2a4d1cdb27d376ce2560c7fa184efa.tar.gz scalelite-run-itzks-182e1a9f6c2a4d1cdb27d376ce2560c7fa184efa.tar.bz2 scalelite-run-itzks-182e1a9f6c2a4d1cdb27d376ce2560c7fa184efa.zip |
Merge branch 'master' of github.com:blindsidenetworks/scalelite-run
-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). |