forked from rDrama/rDrama
1
0
Fork 0

remove commented block

master
Aevann 2023-07-26 22:22:01 +03:00
parent a6399ed044
commit 22462c070f
1 changed files with 0 additions and 1 deletions

View File

@ -3,5 +3,4 @@ export DATABASE_URL='postgresql://postgres@postgres:5432'
export REDIS_URL='redis://redis:6379'
export PROXY_URL='http://opera-proxy:18080'
/etc/init.d/nginx start
# gunicorn files.__main__:app load_chat -k geventwebsocket.gunicorn.workers.GeventWebSocketWorker -w 1 -b 0.0.0.0:5001 -D
gunicorn files.__main__:app -w 2