working commit

This commit is contained in:
2026-06-10 18:10:54 +02:00
parent b90e466316
commit 9d5d9e0607
6 changed files with 19 additions and 18 deletions
+4 -4
View File
@@ -1,9 +1,9 @@
package config
const (
confdirPath = "/home/ziggi/Projects/gmbase/etc/mbase"
rundirPath = "/home/ziggi/Projects/gmbase/tmp/run"
logdirPath = "/home/ziggi/Projects/gmbase/tmp/log"
datadirPath = "/home/ziggi/Projects/gmbase/tmp/data"
confdirPath = "/usr/local/etc/mbase"
rundirPath = "/var/run/mbase"
logdirPath = "/var/log/mbase"
datadirPath = "/var/data/mbase"
packageVersion = "0.0.1"
)