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