diff --git a/config/config.exs b/config/config.exs index 7d78245da..b4f0adcae 100644 --- a/config/config.exs +++ b/config/config.exs @@ -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},