1
0
mirror of synced 2024-11-24 14:30:11 +01:00
bemaniutils/bemani/wsgi/services.wsgi

8 lines
312 B
Plaintext
Raw Normal View History

from bemani.utils.services import app, load_config, register_games
# Assumes a production server yaml in the same directory as this WSGI
# file. Also assumes that your uWSGI instance is configured with a
# virtualenv that includes the installed version of this repo.
load_config('server.yaml')
register_games()