Packages

Push notifications for Elixir

Current section

Files

Jump to
shove config prod.exs
Raw

config/prod.exs

use Mix.Config
config :shove,
apns: [
host: "gateway.push.apple.com",
port: 2195,
feedback_host: "feedback.push.apple.com",
feedback_port: 2196
]