Refactor project

This commit is contained in:
Tobias Reisinger 2026-07-19 21:01:32 +02:00
commit f09bfe9db3
Signed by: serguzim
GPG key ID: 13AD60C237A28DFE
12 changed files with 77 additions and 70 deletions

18
core_example.pkl Normal file
View file

@ -0,0 +1,18 @@
amends "./core.pkl"
server {
host = "127.0.0.1"
port = 4419
token = ""
}
database = "sqlite://emgauwa-core.sqlite"
permissions {
user = "" // read("env:USER")
group = "" // read("env:USER")
}
logging {
level = "INFO"
}