Commit 75490f40e85a7f51473055d8700734e29bdfcbbd

Authored by Adhidarma Hadiwinoto
1 parent ff1470a802
Exists in master

Hapus config tak terpakai

Showing 1 changed file with 0 additions and 1 deletions Inline Diff

1 { 1 {
2 "origin": "PLEASE_CHANGE_ME", 2 "origin": "PLEASE_CHANGE_ME",
3 "username": "PLEASE_CHANGE_ME", 3 "username": "PLEASE_CHANGE_ME",
4 "password": "PLEASE_CHANGE_ME", 4 "password": "PLEASE_CHANGE_ME",
5 "warming_up_ms": 1000, 5 "warming_up_ms": 1000,
6 "messaging_url": "http://localhost:32979/", 6 "messaging_url": "http://localhost:32979/",
7 "listen_port": 32989, 7 "listen_port": 32989,
8 "ping_interval_ms": 60000, 8 "ping_interval_ms": 60000,
9 "do_not_terminate_on_error": false, 9 "do_not_terminate_on_error": false,
10 "custom_ping": { 10 "custom_ping": {
11 "verbose": false, 11 "verbose": false,
12 "disable_pong": false, 12 "disable_pong": false,
13 "allowed_from_all": false, 13 "allowed_from_all": false,
14 "allowed_from_partners": [], 14 "allowed_from_partners": [],
15 "interval_ms": 25000,
16 "send_to": [] 15 "send_to": []
17 }, 16 },
18 "kill_on_idle": { 17 "kill_on_idle": {
19 "disable": false, 18 "disable": false,
20 "max_idle_ms": 60000 19 "max_idle_ms": 60000
21 } 20 }
22 } 21 }
23 22