fix(k3s): use static prefixed token for picoclaw-agent to enable websocket connectivity
This commit is contained in:
parent
de586ba1b2
commit
fe93c6387a
1 changed files with 2 additions and 1 deletions
|
|
@ -209,7 +209,8 @@ data:
|
||||||
"write_timeout": 10,
|
"write_timeout": 10,
|
||||||
"max_connections": 100,
|
"max_connections": 100,
|
||||||
"allow_from": [],
|
"allow_from": [],
|
||||||
"placeholder": {}
|
"placeholder": {},
|
||||||
|
"token": "pico-picoclaw-secret-123"
|
||||||
},
|
},
|
||||||
"pico_client": {
|
"pico_client": {
|
||||||
"enabled": false,
|
"enabled": false,
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue