1
0
mirror of synced 2024-11-14 18:07:36 +01:00
bemaniutils/bemani/wsgi/proxy.wsgi

7 lines
263 B
Plaintext
Raw Normal View History

from bemani.utils.proxy import app, load_config
# Assumes a proxy 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('proxy.yaml')