Init
This commit is contained in:
commit
5e19a4e603
8 changed files with 93 additions and 0 deletions
18
core.pkl
Normal file
18
core.pkl
Normal file
|
|
@ -0,0 +1,18 @@
|
|||
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 = "INFO"
|
||||
file = "stdout"
|
||||
}
|
||||
Loading…
Reference in a new issue