Skip to content

Commit

Permalink
refactor: ALGOLIA_BASE_URL => ALGOLIA_READ_URL
Browse files Browse the repository at this point in the history
  • Loading branch information
KaylaBrady committed Jan 16, 2024
1 parent 7f54d20 commit 002f5bc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config/runtime.exs
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ if config_env() != :test do
config :mobile_app_backend, MobileAppBackend.Search.Algolia,
app_id: System.get_env("ALGOLIA_APP_ID"),
search_key: System.get_env("ALGOLIA_SEARCH_KEY"),
base_url: System.get_env("ALGOLIA_BASE_URL")
base_url: System.get_env("ALGOLIA_READ_URL")
end

# ## Using releases
Expand Down

0 comments on commit 002f5bc

Please sign in to comment.