Improve config system

Add pkl to generate configs
This commit is contained in:
Tobias Reisinger 2024-02-18 19:50:22 +01:00
commit b2ff632e64
Signed by: serguzim
GPG key ID: 13AD60C237A28DFE
47 changed files with 915 additions and 276 deletions

18
config/emgauwa-core.pkl Normal file
View file

@ -0,0 +1,18 @@
amends "./lib/core.pkl"
server {
host = "127.0.0.1"
port = 4419
}
database = "sqlite://_local/emgauwa-core.sqlite"
permissions {
user = "emgauwa"
group = "emgauwa"
}
logging {
level = "DEBUG"
file = "stdout"
}