2023-08-13 21:49:56 +02:00
|
|
|
from bemani.utils.proxy import app, load_config
|
2019-12-08 22:43:49 +01:00
|
|
|
|
|
|
|
# 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')
|