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 Side-by-side Diff
config.sample.json
... | ... | @@ -3,5 +3,8 @@ |
3 | 3 | "center_port": 25614, |
4 | 4 | "origin": "HTTPGET0", |
5 | 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 | } |