mirror of
https://github.com/spantaleev/matrix-docker-ansible-deploy.git
synced 2024-12-22 12:35:51 +00: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
@ -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…
Reference in New Issue
Block a user