Remove to pkl project
This commit is contained in:
parent
83c65c00fe
commit
6340cfd5c7
9 changed files with 5 additions and 98 deletions
|
|
@ -1,18 +1 @@
|
|||
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"
|
||||
}
|
||||
amends "package://emgauwa.app/pkl/emgauwa@0.1.0#/core.pkl"
|
||||
|
|
|
|||
Loading…
Reference in a new issue