Commit af6d6eee8219075e76554931cfa692e9f2c6ade8
1 parent
caac0a190b
Exists in
master
and in
1 other branch
sample control panel config
Showing 1 changed file with 4 additions and 1 deletions Inline Diff
config.sample.json
1 | { | 1 | { |
2 | "listen_port": 25613, | 2 | "listen_port": 25613, |
3 | "center_port": 25614, | 3 | "center_port": 25614, |
4 | "origin": "HTTPGET0", | 4 | "origin": "HTTPGET0", |
5 | "do_not_prefix_request_id": true, | 5 | "do_not_prefix_request_id": true, |
6 | "core_url": "http://localhost:32972/apikey/<PLEASE-CHANGE-ME>" | 6 | "core_url": "http://localhost:32972/apikey/<PLEASE-CHANGE-ME>", |
7 | "control_panel": { | ||
8 | "listen_port": 25615 | ||
9 | } | ||
7 | } | 10 | } |
8 | 11 |