mirror of
https://github.com/michelleDeko/scalelite-run.git
synced 2026-02-05 07:40:55 +01:00
Generalized hostname
This commit is contained in:
@@ -1,2 +1,3 @@
|
||||
SECRET_KEY_BASE=secret_key_base
|
||||
LOADBALANCER_SECRET=8cd8ef52e8e101574e400365b55e11a6
|
||||
HOST_NAME=sl
|
||||
|
||||
@@ -10,6 +10,7 @@ if [ "$(echo "$servers" | cut -c0-2)" == "No" ]; then
|
||||
bundle exec rake servers:add["https://test-install.blindsidenetworks.com/bigbluebutton/api","8cd8ef52e8e101574e400365b55e11a6"]
|
||||
bundle exec rake servers
|
||||
bundle exec rake status
|
||||
echo ">>> Server must be enabled from the console"
|
||||
else
|
||||
echo ">>> Do nothing"
|
||||
fi
|
||||
|
||||
Reference in New Issue
Block a user