add github oauth config to prod
This commit is contained in:
parent
7b82a95e01
commit
926133029a
|
@ -30,6 +30,10 @@ config :entendu, EntenduWeb.Endpoint,
|
|||
],
|
||||
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+)
|
||||
#
|
||||
# If you are doing OTP releases, you need to instruct Phoenix
|
||||
|
|
Loading…
Reference in New Issue