Files
cworker/config.h
Олег Бородин e9b9df0356 at work
2023-09-05 11:30:10 +02:00

10 lines
313 B
C

#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";
#endif