mirror of
https://github.com/fly-apps/live_beats.git
synced 2024-11-21 15:41:00 +00:00
Do not hard code client id
This commit is contained in:
parent
1960343cba
commit
2b4f29034b
1 changed files with 1 additions and 1 deletions
|
@ -7,7 +7,7 @@ config :live_beats, :file_host, %{
|
|||
}
|
||||
|
||||
config :live_beats, :github, %{
|
||||
client_id: "83806139172df82d4ccc",
|
||||
client_id: System.fetch_env!("LIVE_BEATS_GITHUB_CLIENT_ID"),
|
||||
client_secret: System.fetch_env!("LIVE_BEATS_GITHUB_CLIENT_SECRET"),
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue