Raphael Maenle
dbb6d170da
- starts uwsgi and flask in virtual environment instead of docker - sets oauth2 https error to false (OAUTHLIB_INSECURE_TRANSPORT=1) - this setup works, but - moving it into docker - removing the venv - and allowing https connection internally? would be better
9 lines
202 B
INI
9 lines
202 B
INI
home = /usr
|
|
implementation = CPython
|
|
version_info = 3.7.3.final.0
|
|
virtualenv = 20.0.20
|
|
include-system-site-packages = false
|
|
base-prefix = /usr
|
|
base-exec-prefix = /usr
|
|
base-executable = /usr/bin/python3
|