production setting
This commit is contained in:
parent
7d7c81e84d
commit
b8aae751f9
@ -1,4 +1,3 @@
|
||||
|
||||
{
|
||||
"controller": {
|
||||
},
|
||||
@ -26,20 +25,17 @@
|
||||
],
|
||||
"transports": [
|
||||
{
|
||||
"type": "web",
|
||||
"type": "websocket",
|
||||
"endpoint": {
|
||||
"type": "tcp",
|
||||
"port": 8181
|
||||
},
|
||||
"paths": {
|
||||
"/": {
|
||||
"type": "static",
|
||||
"directory": ".."
|
||||
},
|
||||
"ws": {
|
||||
"type": "websocket"
|
||||
}
|
||||
}
|
||||
"options":{
|
||||
"fail_by_drop": true,
|
||||
"auto_ping_interval": 10000,
|
||||
"auto_ping_timeout": 5000,
|
||||
"auto_ping_size": 4
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user