allow 2p url config, origin limiting for server

This commit is contained in:
Bui
2022-03-24 02:32:31 +00:00
parent 0c39e54d90
commit 7f511abb4f
4 changed files with 14 additions and 4 deletions

View File

@@ -4,6 +4,9 @@ ASSETS_BASEURL = '/assets/'
# The full URL base song URL, with trailing slash.
SONGS_BASEURL = '/songs/'
# Multiplayer websocket URL. Defaults to /p2 if blank.
MULTIPLAYER_URL = ''
# The email address to display in the "About Simulator" menu.
EMAIL = None