core/config/emgauwa-core.pkl

19 lines
227 B
Text
Raw Normal View History

amends "./lib/core.pkl"
server {
host = "127.0.0.1"
port = 4419
}
2024-03-04 15:09:03 +00:00
database = "sqlite://emgauwa-core.sqlite"
permissions {
user = read("env:USER")
group = read("env:USER")
}
logging {
level = "DEBUG"
file = "stdout"
}