core/config/emgauwa-core.pkl

18 lines
213 B
Text

amends "./lib/core.pkl"
server {
host = "127.0.0.1"
port = 4419
}
database = "sqlite://emgauwa-core.sqlite"
permissions {
user = "emgauwa"
group = "emgauwa"
}
logging {
level = "DEBUG"
file = "stdout"
}