Commit 876a2456d3fa45c4398722733a8c5f18b1706e73
1 parent
8f7d2896c5
Exists in
master
advice server on config
Showing 1 changed file with 7 additions and 0 deletions Side-by-side Diff
config.sample.json
... | ... | @@ -11,6 +11,13 @@ |
11 | 11 | "pin": "PLEASE_CHANGE_ME", |
12 | 12 | "use_sslv3": false |
13 | 13 | }, |
14 | + "push_server": { | |
15 | + "apikey": "PLEASE_CHANGE_ME", | |
16 | + "advice": { | |
17 | + "port": 14283, | |
18 | + "url": "http://PLEASE_CHANGE_ME:14283/apikey/PLEASE_CHANGE_ME/advice" | |
19 | + } | |
20 | + }, | |
14 | 21 | "remote_products": { |
15 | 22 | "PLEASE_CHANGE_ME": "PLEASE_CHANGE_ME" |
16 | 23 | }, |