22 lines
318 B
YAML
22 lines
318 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
|