Skip to content

Commit

Permalink
Add default url to nlm_api_url
Browse files Browse the repository at this point in the history
  • Loading branch information
michalwarda committed Mar 5, 2024
1 parent 5b11ac3 commit 11c4cd7
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion apps/api/config/runtime.exs
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,9 @@ if config_env() == :prod do
username: System.get_env("BASIC_AUTH_USERNAME"),
password: System.get_env("BASIC_AUTH_PASSWORD")

config :buildel, :nlm_api_url, System.get_env("NLM_API_URL")
config :buildel,
:nlm_api_url,
System.get_env("NLM_API_URL", "https://buildel-nlm-ingestor.fly.dev")

config :buildel, :page_url, System.get_env("PAGE_URL")

Expand Down

0 comments on commit 11c4cd7

Please sign in to comment.