add yaml config.
Signed-off-by: Bo-Yi Wu <appleboy.tw@gmail.com>
This commit is contained in:
parent
5812bd30d5
commit
87bc0ba6bf
|
@ -0,0 +1,17 @@
|
|||
core:
|
||||
port: "8088"
|
||||
notification_max: 100
|
||||
|
||||
api:
|
||||
push_uri: "/api/push"
|
||||
stat_go_uri: "/api/status"
|
||||
|
||||
android:
|
||||
enabled: true
|
||||
apikey: ""
|
||||
|
||||
ios:
|
||||
enabled: true
|
||||
pem_cert_path: "cert.pem"
|
||||
pem_key_path: "key.pem"
|
||||
production: false
|
Loading…
Reference in New Issue