controller/config/emgauwa-core.pkl

19 lines
263 B
Text
Raw Normal View History

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