common/config/emgauwa-core.pkl

18 lines
276 B
Text

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 = read?("env:EMGAUWA_CORE_LOGGING_LEVEL") ?? "DEBUG"
file = "stdout"
}