Refactor project
This commit is contained in:
parent
6c75b0ab72
commit
f09bfe9db3
12 changed files with 77 additions and 70 deletions
20
controller_example.pkl
Normal file
20
controller_example.pkl
Normal file
|
|
@ -0,0 +1,20 @@
|
|||
amends "./controller.pkl"
|
||||
|
||||
server {
|
||||
host = "127.0.0.1"
|
||||
port = 4419
|
||||
token = ""
|
||||
}
|
||||
|
||||
database = "sqlite://emgauwa-controller.sqlite"
|
||||
|
||||
permissions {
|
||||
user = "" // read("env:USER")
|
||||
group = "" // read("env:USER")
|
||||
}
|
||||
|
||||
logging {
|
||||
level = "INFO"
|
||||
}
|
||||
|
||||
midnight = "00:00"
|
||||
Loading…
Reference in a new issue