Allow root URL to redirect to a conference via ENV var.

This commit is contained in:
James Mason 2018-03-03 21:36:20 -08:00
parent 137d997793
commit fc146a1371
No known key found for this signature in database
GPG key ID: 1B3951886C449023
5 changed files with 41 additions and 2 deletions

View file

@ -16,6 +16,9 @@ OSEM_HOSTNAME="localhost:3000"
# The address OSEM uses for sending mails
OSEM_EMAIL_ADDRESS="no-reply@localhost"
# (Optional) The Conference#short_title to redirect the root URL to
#OSEM_ROOT_CONFERENCE=''
# The api key for transifex.com.
# See TRANSLATION.md for details
OSEM_TRANSIFEX_APIKEY=""