Add APNS things to runtime config
This commit is contained in:
parent
7a1b277ea7
commit
a12127c307
|
@ -82,5 +82,11 @@ if config_env() == :prod do
|
|||
#
|
||||
# Check `Plug.SSL` for all available options in `force_ssl`.
|
||||
|
||||
config :tusker_push, :apns,
|
||||
key_pem: System.fetch_env!("APNS_KEY_PEM"),
|
||||
key_id: System.fetch_env!("APNS_KEY_ID"),
|
||||
team_id: System.fetch_env!("APNS_TEAM_ID"),
|
||||
bundle_id: System.fetch_env!("APNS_BUNDLE_ID")
|
||||
|
||||
config :sentry, dsn: System.fetch_env!("SENTRY_DSN")
|
||||
end
|
||||
|
|
Loading…
Reference in New Issue