add yaml config.

Signed-off-by: Bo-Yi Wu <appleboy.tw@gmail.com>
This commit is contained in:
Bo-Yi Wu 2016-03-27 13:33:48 +08:00
parent 5812bd30d5
commit 87bc0ba6bf
1 changed files with 17 additions and 0 deletions

17
config/apns.yaml Normal file
View File

@ -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