minor styling and fixes

This commit is contained in:
Josh
2018-06-22 15:58:25 -04:00
parent c16197670b
commit 939820bffb
6 changed files with 5 additions and 14 deletions

View File

@ -1,12 +1,9 @@
# This is a sample of the environment variables you will need
# To use, copy this file to .env `cp sample.env .env`
# Create a Secret Key for Rails
#
# You can generate a secure one through the Greenlight docker image
# with with the command.
#
# docker run --rm bigbluebutton/greenlight rake secret
# docker run --rm bigbluebutton/greenlight bundle exec rake secret
#
SECRET_KEY_BASE=
@ -44,7 +41,7 @@ TWITTER_SECRET=
# Set this to true if you want GreenLight to support user signup and login without
# Omniauth. This will allow users to create an account at www.hostname.com/signup
# and use that account to fully interact with GreenLight.
ALLOW_GREENLIGHT_ACCOUNTS=false
ALLOW_GREENLIGHT_ACCOUNTS=true
# Prefix for the applications root URL.
# Useful for deploying the application to a subdirectory, which is highly recommended