Add token authentication for controllers
This commit is contained in:
parent
f90be43bd2
commit
ebac452a86
3 changed files with 21 additions and 1 deletions
4
core.pkl
4
core.pkl
|
|
@ -1,5 +1,9 @@
|
|||
amends "package://emgauwa.app/pkl/emgauwa@0.2.1#/core.pkl"
|
||||
|
||||
server {
|
||||
token = "dev tokenx"
|
||||
}
|
||||
|
||||
logging {
|
||||
level = "DEBUG"
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue