14 lines
167 B
INI
14 lines
167 B
INI
[uwsgi]
|
|
http = :5000
|
|
wsgi-file = server.py
|
|
processes = 4
|
|
threads = 2
|
|
stats = :9191
|
|
|
|
[database]
|
|
host = 172.16.10.18
|
|
user = heroes
|
|
password = test123
|
|
database = heroes
|
|
|