Blame view

config.sample.json 921 Bytes
525f0bf55   Adhidarma Hadiwinoto   Snapshot to test
1
2
  {
    "handler_name": "KOMODO-GW-HTTPGETX",
64757bb3c   Adhidarma Hadiwinoto   Add pull_interval...
3
    "pull_interval_ms": 1000,
525f0bf55   Adhidarma Hadiwinoto   Snapshot to test
4
5
6
7
8
9
10
11
12
13
14
    "partner": {
      "url": "http://PLEASE_CHANGE_ME:25614",
      "terminal_name": "PLEASE_CHANGE_ME",
      "password": "PLEASE_CHANGE_ME",
      "dump_request": true,
      "callback": {
        "port": 14000,
        "url": "http://PLEASE_CHANGE_ME:14000",
        "apikey": [
          "PLEASE_CHANGE_ME"
        ],
48ba4619d   Adhidarma Hadiwinoto   Trust proxy by co...
15
        "trust_proxy": ["loopback"],
525f0bf55   Adhidarma Hadiwinoto   Snapshot to test
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
        "dump_request": true
      }
    },
    "control_panel": {
      "listen_port": 16101,
      "url": "http://localhost:16101/"
    },
    "apiserver": {
      "port": 16102,
      "apikey": "PLEASE_CHANGE_ME",
      "url": "http://localhost:16102/apikey/PLEASE_CHANGE_ME"
    },
    "push_server": {
      "apikey": "PLEASE_CHANGE_ME",
      "advice": {
        "port": 16103,
        "url": "http://localhost:16103/apikey/PLEASE_CHANGE_ME/advice"
      }
    },
    "products": [
    ],
    "remote_products": {},
    "do_not_verbose_log_report": true
  }