fix #15 support ssl server.

Signed-off-by: Bo-Yi Wu <appleboy.tw@gmail.com>
This commit is contained in:
Bo-Yi Wu
2016-03-28 14:40:48 +08:00
parent 2e7255ccd1
commit 2604c07126
4 changed files with 16 additions and 2 deletions

View File

@@ -2,6 +2,9 @@ core:
port: "8088"
notification_max: 100
production: true
ssl: false
cert_path: "cert.pem"
key_path: "key.pem"
api:
push_uri: "/api/push"