mirror of
https://github.com/donaldzou/WGDashboard.git
synced 2025-04-19 08:55:12 +00:00
7 lines
138 B
Python
7 lines
138 B
Python
|
import dashboard
|
||
|
|
||
|
app_host, app_port = dashboard.get_host_bind()
|
||
|
bind = f"{app_host}:{app_port}"
|
||
|
daemon = True
|
||
|
pidfile = './gunicorn.pid'
|