Skip to content

Commit

Permalink
Override device server start in runtime config
Browse files Browse the repository at this point in the history
  • Loading branch information
mobileoverlord committed Jul 10, 2019
1 parent 803d3f7 commit 2c05ffe
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions apps/nerves_hub_device/config/release.exs
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,8 @@ config :nerves_hub_web_core, NervesHubWebCore.Firmwares.Transfer.S3Ingress,

config :ex_aws, region: System.fetch_env!("AWS_REGION")

config :nerves_hub_device, NervesHubDeviceWeb.Endpoint, server: true

config :nerves_hub_www, NervesHubWWW.Mailer,
adapter: Bamboo.SMTPAdapter,
server: System.fetch_env!("SES_SERVER"),
Expand Down

0 comments on commit 2c05ffe

Please sign in to comment.