mirror of
https://github.com/vale981/matrix-docker-ansible-deploy
synced 2025-03-05 18:01:40 -05:00
Use force=false for appservice-kakaotalk-node
Not that it matters. This option is only used when `type` is `unix`.
This commit is contained in:
parent
e5c4731f68
commit
532c4ffb71
1 changed files with 1 additions and 1 deletions
|
@ -3,7 +3,7 @@
|
||||||
"type": "tcp",
|
"type": "tcp",
|
||||||
"host": "0.0.0.0",
|
"host": "0.0.0.0",
|
||||||
"port": 8000,
|
"port": 8000,
|
||||||
"force": true
|
"force": false
|
||||||
},
|
},
|
||||||
"register_timeout": 3000,
|
"register_timeout": 3000,
|
||||||
"logging_keys": {
|
"logging_keys": {
|
||||||
|
|
Loading…
Add table
Reference in a new issue