2016-03-27 05:33:48 +00:00
|
|
|
core:
|
|
|
|
port: "8088"
|
2016-04-10 05:06:34 +00:00
|
|
|
max_notification: 100
|
2016-04-01 01:53:10 +00:00
|
|
|
mode: "release"
|
2016-03-28 06:40:48 +00:00
|
|
|
ssl: false
|
|
|
|
cert_path: "cert.pem"
|
|
|
|
key_path: "key.pem"
|
2016-03-27 05:33:48 +00:00
|
|
|
|
|
|
|
api:
|
|
|
|
push_uri: "/api/push"
|
|
|
|
stat_go_uri: "/api/status"
|
|
|
|
|
|
|
|
android:
|
2016-03-27 13:12:11 +00:00
|
|
|
enabled: false
|
2016-03-27 05:33:48 +00:00
|
|
|
apikey: ""
|
|
|
|
|
|
|
|
ios:
|
2016-03-27 13:12:11 +00:00
|
|
|
enabled: false
|
2016-03-27 05:33:48 +00:00
|
|
|
pem_cert_path: "cert.pem"
|
|
|
|
pem_key_path: "key.pem"
|
|
|
|
production: false
|
2016-04-05 05:15:47 +00:00
|
|
|
|
|
|
|
log:
|
2016-04-07 08:09:43 +00:00
|
|
|
format: "string" # string or json
|
2016-04-05 05:15:47 +00:00
|
|
|
access_log: "stdout"
|
|
|
|
access_level: "debug"
|
|
|
|
error_log: "stderr"
|
|
|
|
error_level: "error"
|