core/config/emgauwa-core.pkl

19 lines
276 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-04-19 16:37:30 +00:00
level = read?("env:EMGAUWA_CORE_LOGGING_LEVEL") ?? "DEBUG"
2024-03-28 02:19:15 +00:00
file = "stdout"
}