diff options
Diffstat (limited to 'src/const.h')
-rw-r--r-- | src/const.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/const.h b/src/const.h index f5a2b99..c762dbe 100644 --- a/src/const.h +++ b/src/const.h @@ -12,6 +12,7 @@ #define DEFAULT_HOST "127.0.0.1" #endif #define DEFAULT_PORT "5556" +#define DEFAULT_SQLITE_PATH "/var/lib/cimple/cimple.sqlite" #define CMD_CI_RUN "run" #define CMD_NEW_WORKER "new-worker" |