Skip to content
This repository has been archived by the owner on Jul 13, 2023. It is now read-only.

Commit

Permalink
fix: kill duplicate ssl_key/cert options
Browse files Browse the repository at this point in the history
  • Loading branch information
pjenvey committed Aug 11, 2016
1 parent 278fb25 commit 2d2e716
Showing 1 changed file with 3 additions and 8 deletions.
11 changes: 3 additions & 8 deletions configs/autopush_shared.ini.sample
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,9 @@
; used.
#ssl_key =
#ssl_cert =
; Path to file containing any additional parameters for the Ephemeral
; Diffie-Hellman
#ssl_dh_param =

; The push endpoint token encryption keys. Must be 32-byte, URL-safe
; Base64 encoded strings. Keys can be generated by running
Expand All @@ -33,14 +36,6 @@ crypto_key = []
; Uncomment to resolve the local IP address into a hostname if possible.
#resolve_hostname

; If this host is terminating SSL/TLS connections, you will need to provide
; the appropriate certificates and keys. These are file paths.
#ssl_key =
#ssl_cert =
; Path to file containing any additional parameters for the Ephemeral
; Diffie-Hellman
#ssl_dh_param =

; Datadog credentials. If a Datadog API key is specified, the statsd
; options will be ignored. Datadog is not required to run this server.
#datadog_api_key =
Expand Down

0 comments on commit 2d2e716

Please sign in to comment.