support gin production mode.
Signed-off-by: Bo-Yi Wu <appleboy.tw@gmail.com>
This commit is contained in:
@@ -1,17 +1,18 @@
|
||||
core:
|
||||
port: "8088"
|
||||
notification_max: 100
|
||||
production: true
|
||||
|
||||
api:
|
||||
push_uri: "/api/push"
|
||||
stat_go_uri: "/api/status"
|
||||
|
||||
android:
|
||||
enabled: true
|
||||
enabled: false
|
||||
apikey: ""
|
||||
|
||||
ios:
|
||||
enabled: true
|
||||
enabled: false
|
||||
pem_cert_path: "cert.pem"
|
||||
pem_key_path: "key.pem"
|
||||
production: false
|
||||
|
||||
Reference in New Issue
Block a user