working commit

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