mirror of
https://github.com/openSUSE/osem.git
synced 2026-08-13 19:54:02 +00:00
Allow root URL to redirect to a conference via ENV var.
This commit is contained in:
parent
f062f7f4ee
commit
73c5c3c97a
5 changed files with 40 additions and 1 deletions
|
|
@ -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=""
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue