common/config/emgauwa-core.pkl
Tobias Reisinger b2ff632e64
Improve config system
Add pkl to generate configs
2024-02-18 19:50:22 +01:00

18 lines
220 B
Text

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"
}