Refactor websocket
This commit is contained in:
parent
ebac452a86
commit
f3d367e479
22 changed files with 924 additions and 773 deletions
8
core.pkl
8
core.pkl
|
|
@ -1,7 +1,11 @@
|
|||
amends "package://emgauwa.app/pkl/emgauwa@0.2.1#/core.pkl"
|
||||
amends "package://emgauwa.app/pkl/emgauwa@0.2.3#/core.pkl"
|
||||
|
||||
database = "sqlite://emgauwa-core.sqlite"
|
||||
|
||||
server {
|
||||
token = "dev tokenx"
|
||||
host = "127.0.0.1"
|
||||
port = 4419
|
||||
token = "dev token"
|
||||
}
|
||||
|
||||
logging {
|
||||
|
|
|
|||
Loading…
Reference in a new issue