fix configmap
This commit is contained in:
parent
64ebcaba60
commit
1732e32a78
1 changed files with 3 additions and 3 deletions
|
|
@ -13,8 +13,8 @@ data:
|
|||
"bind": "loopback",
|
||||
"port": 18789,
|
||||
"auth": {
|
||||
"mode": "token",
|
||||
"allowInsecureAuth": true
|
||||
"mode": "token"
|
||||
|
||||
},
|
||||
"controlUi": {
|
||||
"enabled": true
|
||||
|
|
@ -33,7 +33,7 @@ data:
|
|||
],
|
||||
"groups": {
|
||||
"*": {
|
||||
"requireMention": true
|
||||
"requireMention": false
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue