Skip to content

Commit

Permalink
try to reintroduce postgres default
Browse files Browse the repository at this point in the history
  • Loading branch information
robertkowalski committed Feb 15, 2022
1 parent d506725 commit 7b0a634
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions config/config.exs
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ case config_env() do
end

config :bors,
ecto_repos: [BorsNG.Database.RepoPostgres],
api_github_root: {:system, :string, "GITHUB_URL_ROOT_API", "https://api.github.com"},
html_github_root: {:system, :string, "GITHUB_URL_ROOT_HTML", "https://github.com"},
api_github_timeout: {:system, :integer, "GITHUB_API_TIMEOUT", 100_000},
Expand Down

0 comments on commit 7b0a634

Please sign in to comment.