forked from External/greenlight
minor styling and fixes
This commit is contained in:
@ -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
|
||||
|
Reference in New Issue
Block a user