diff --git a/config.sample.json b/config.sample.json index df3326f..81ed769 100644 --- a/config.sample.json +++ b/config.sample.json @@ -1,38 +1,37 @@ { - "handler_name": "KOMODO-GW-ST24", - "partner": { - "url": "http://PLEASE_CHANGE_ME:6667/", - "callback_port": 16000, - "msisdn": "PLEASE_CHANGE_ME", - "pin": "PLEASE_CHANGE_ME", - "topuprequest_method_name": "topUpRequest", - "dump_request": false, - "dump_callback": false, - "xmlrpc_field": { - "requestId": "REQUESTID", - "responseCode": "RESPONSECODE", - "message": "MESSAGE", - "sn": "SN" - } - }, - "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 -} \ No newline at end of file + "handler_name": "KOMODO-GW-ST24", + "partner": { + "url": "http://PLEASE_CHANGE_ME:6667/", + "callback_port": 16000, + "msisdn": "PLEASE_CHANGE_ME", + "pin": "PLEASE_CHANGE_ME", + "topuprequest_method_name": "topUpRequest", + "dump_request": false, + "dump_callback": false, + "xmlrpc_field": { + "requestId": "REQUESTID", + "responseCode": "RESPONSECODE", + "message": "MESSAGE", + "sn": "SN" + } + }, + "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 +}