Skip to content

Commit 54d484d

Browse files
committed
feat: add ingest URL configuration for Algora
- Introduced a new configuration setting for the ingest URL, sourced from the environment variable `INGEST_URL`. - This addition enhances the flexibility of the application by allowing dynamic configuration based on the deployment environment.
1 parent 8e5d963 commit 54d484d

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

config/config.exs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -157,6 +157,8 @@ config :elixir, :time_zone_database, Tzdata.TimeZoneDatabase
157157

158158
config :reverse_proxy_plug, :http_client, ReverseProxyPlug.HTTPClient.Adapters.HTTPoison
159159

160+
config :algora, :ingest_url, System.get_env("INGEST_URL")
161+
160162
# Import environment specific config. This must remain at the bottom
161163
# of this file so it overrides the configuration defined above.
162164
import_config "#{config_env()}.exs"

0 commit comments

Comments
 (0)