add github oauth config to prod

This commit is contained in:
Silas 2021-11-26 20:20:34 -05:00
parent 7b82a95e01
commit 926133029a
Signed by: silentsilas
GPG Key ID: 4199EFB7DAA34349
1 changed files with 4 additions and 0 deletions

View File

@ -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