diff options
-rw-r--r-- | flask.ini | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/flask.ini b/flask.ini new file mode 100644 index 0000000..22f4aba --- /dev/null +++ b/flask.ini @@ -0,0 +1,12 @@ +[uwsgi] +# Variables +base = /srv/www/albion.th73.ovh +app = app +# Generic Config +plugins = python3 +home = %(base)/venv +pythonpath = %(base) +socket = %(base)/%n.sock +module = %(app) +callable = %(app) +chdir = %(base) |