unknown %!s(int64=5) %!d(string=hai) anos
pai
achega
41aa10414c
Modificáronse 1 ficheiros con 2 adicións e 2 borrados
  1. 2 2
      deployment/gunicorn.conf

+ 2 - 2
deployment/gunicorn.conf

@@ -1,6 +1,6 @@
 # -*- coding: utf-8 -*-
 
-APP_NAME = "gitwebhook"
+APP_NAME = "test"
 
 bind = "unix:/var/run/%s.sock" % APP_NAME
 
@@ -11,7 +11,7 @@ timeout = 60
 
 daemon = False
 pidfile = "/var/run/%s.pid" % APP_NAME
-chdir = "/root/ncahlx/gitwebhook/"
+chdir = "/root/project/test/"
 
 errorlog = "/data/log/web/%s.log" % APP_NAME
 loglevel = "info"