aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/src/const.h
diff options
context:
space:
mode:
authorEgor Tensin <Egor.Tensin@gmail.com>2023-04-29 22:25:21 +0200
committerEgor Tensin <Egor.Tensin@gmail.com>2023-04-29 22:25:21 +0200
commitcdfdcfe2c98d1abea9bc87f8fccae0e1b3c47b3e (patch)
treeb987eb2ad642059dedd1cef666250136b8304f03 /src/const.h
parentcmd_line: read executable name from /proc/self/exe (diff)
downloadcimple-cdfdcfe2c98d1abea9bc87f8fccae0e1b3c47b3e.tar.gz
cimple-cdfdcfe2c98d1abea9bc87f8fccae0e1b3c47b3e.zip
add a default SQLite database path
Diffstat (limited to 'src/const.h')
-rw-r--r--src/const.h1
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"