forked from External/greenlight
add support for deploying to a subdirectory
This commit is contained in:
@ -46,3 +46,12 @@ TWITTER_SECRET=
|
||||
# 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
|
||||
|
||||
# Prefix for the applications root URL.
|
||||
# Useful for deploying the application to a subdirectory, which is highly recommended
|
||||
# if deploying on a BigBlueButton server. Keep in mind that if you change this, you'll
|
||||
# have to update your authentication callback URL's to reflect this change.
|
||||
#
|
||||
# The recommended prefix is "/gl".
|
||||
#
|
||||
RELATIVE_URL_ROOT=/gl
|
||||
|
Reference in New Issue
Block a user