Remove to pkl project

This commit is contained in:
Tobias Reisinger 2024-04-30 01:50:43 +02:00
commit 6340cfd5c7
Signed by: serguzim
GPG key ID: 13AD60C237A28DFE
9 changed files with 5 additions and 98 deletions

View file

@ -1,21 +1,4 @@
amends "./lib/controller.pkl"
server {
host = "127.0.0.1"
port = 4419
}
database = "sqlite://emgauwa-controller.sqlite"
permissions {
user = "" // read("env:USER")
group = "" // read("env:USER")
}
logging {
level = "INFO"
file = "stdout"
}
amends "package://emgauwa.app/pkl/emgauwa@0.1.0#/controller.pkl"
relays {
new {
@ -70,4 +53,4 @@ relays {
pin = 21
inverted = false
}
}
}