Skip to content

Commit

Permalink
minor improvements to default config
Browse files Browse the repository at this point in the history
  • Loading branch information
egorovandreyrm committed Aug 12, 2020
1 parent 019589c commit 6bcafab
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions config/config.go
Original file line number Diff line number Diff line change
Expand Up @@ -53,8 +53,8 @@ api:
android:
enabled: true
endpoint: "https://192.168.3.3:5000/api/v1/message/send/legacy"
certFile: "/home/andrey/Development/SecureMDM/go-fcm/scm_server.cert"
endpoint: "https://YOUR_SCM_SERVER_HOST:5000/api/v1/message/send/legacy"
certFile: "PATH_TO_YOUR_CERTIFICATE.cert"
apikey: "YOUR_API_KEY"
max_retry: 0 # resend fail notification, default value zero is disabled
Expand Down

0 comments on commit 6bcafab

Please sign in to comment.