From 84a7e01938de7d13129a3e9158b0334b27a39199 Mon Sep 17 00:00:00 2001 From: Fred Dixon Date: Fri, 14 Feb 2020 01:37:12 +0000 Subject: Changed the command for generating the SECRET_KEY_BASE --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'README.md') diff --git a/README.md b/README.md index 055bc86..aa4f6d5 100644 --- a/README.md +++ b/README.md @@ -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). -- cgit v1.2.3