Skip to content

Commit

Permalink
update prod config for new heroku key name
Browse files Browse the repository at this point in the history
  • Loading branch information
ecly committed Oct 2, 2019
1 parent 5cb524d commit 8c661c3
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions apps/fortnite_api/config/prod.exs
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
use Mix.Config

config :fortnite_api, fortnite_api_key_client: System.get_env("FORTNITE_API_KEY_CLIENT")
config :fortnite_api, fortnite_api_key_launcher: System.get_env("FORTNITE_API_KEY_LAUNCHER")
config :fortnite_api, fortnite_api_key: System.get_env("FORTNITE_API_KEY")
config :fortnite_api, fortnite_api_email: System.get_env("FORTNITE_API_EMAIL")
config :fortnite_api, fortnite_api_password: System.get_env("FORTNITE_API_PASSWORD")
config :logger, level: :info

0 comments on commit 8c661c3

Please sign in to comment.