This commit is contained in:
Олег Бородин
2023-09-21 11:36:04 +02:00
parent e954daf809
commit 818e64c2fc
8 changed files with 330 additions and 357 deletions

View File

@@ -2,8 +2,8 @@
#ifndef CONFIG_H_QWER
#define CONFIG_H_QWER
static const char *srv_runpath = "/dat2/home/ziggi/projects/cworker/run/cworker.pid";
static const char *srv_logpath = "/dat2/home/ziggi/projects/cworker/log/cworker.log";
static const char *srv_configpath = "/dat2/home/ziggi/projects/cworker//cworker.conf";
static const char *srv_runpath = "/home/ziggi/projects/cworker/run/cworker.pid";
static const char *srv_logpath = "/home/ziggi/projects/cworker/log/cworker.log";
static const char *srv_configpath = "/home/ziggi/projects/cworker//cworker.conf";
#endif