unknown 5 år sedan
förälder
incheckning
41aa10414c
1 ändrade filer med 2 tillägg och 2 borttagningar
  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"