Improve configuration

This commit is contained in:
Tobias Reisinger 2024-04-29 04:19:02 +02:00
commit ace4face5a
Signed by: serguzim
GPG key ID: 13AD60C237A28DFE
9 changed files with 39 additions and 24 deletions

18
config/core.pkl Normal file
View file

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