28 lines
416 B
YAML
28 lines
416 B
YAML
core:
|
|
port: "8088"
|
|
notification_max: 100
|
|
mode: "release"
|
|
ssl: false
|
|
cert_path: "cert.pem"
|
|
key_path: "key.pem"
|
|
|
|
api:
|
|
push_uri: "/api/push"
|
|
stat_go_uri: "/api/status"
|
|
|
|
android:
|
|
enabled: false
|
|
apikey: ""
|
|
|
|
ios:
|
|
enabled: false
|
|
pem_cert_path: "cert.pem"
|
|
pem_key_path: "key.pem"
|
|
production: false
|
|
|
|
log:
|
|
access_log: "stdout"
|
|
access_level: "debug"
|
|
error_log: "stderr"
|
|
error_level: "error"
|