add github oauth config to prod

This commit is contained in:
2021-11-26 20:20:34 -05:00
parent 7b82a95e01
commit 926133029a

View File

@@ -30,6 +30,10 @@ config :entendu, EntenduWeb.Endpoint,
], ],
secret_key_base: secret_key_base secret_key_base: secret_key_base
config :ueberauth, Ueberauth.Strategy.Github.OAuth,
client_id: System.get_env("GH_OAUTH_ID"),
client_secret: System.get_env("GH_OAUTH_SECRET")
# ## Using releases (Elixir v1.9+) # ## Using releases (Elixir v1.9+)
# #
# If you are doing OTP releases, you need to instruct Phoenix # If you are doing OTP releases, you need to instruct Phoenix