|
@@ -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"
|