Browse Source

Changed the command for generating the SECRET_KEY_BASE

master
Fred Dixon 4 years ago
parent
commit
84a7e01938
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      README.md

+ 1
- 1
README.md View File

57
 
57
 
58
 You can start it as is, but you may want to replace both variables with your own values.
58
 You can start it as is, but you may want to replace both variables with your own values.
59
 
59
 
60
-`SECRET_KEY_BASE` is the Ruby On Rails secret key and should be replaced with a random one generated with `bundle exec rake secret`
60
+`SECRET_KEY_BASE` is the Ruby On Rails secret key and should be replaced with a random one generated with `openssl rand -hex 64`.
61
 
61
 
62
 `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).
62
 `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).
63
 
63
 

Loading…
Cancel
Save