Skip to content

Commit

Permalink
fix: Change mode env name (blockscout#10636)
Browse files Browse the repository at this point in the history
  • Loading branch information
Qwerty5Uiop authored Aug 21, 2024
1 parent 2ddac13 commit 012fbcc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config/config_helper.exs
Original file line number Diff line number Diff line change
Expand Up @@ -325,7 +325,7 @@ defmodule ConfigHelper do
@supported_modes ["all", "indexer", "api"]

@spec mode :: atom()
def mode, do: parse_catalog_value("MODE", @supported_modes, true, "all")
def mode, do: parse_catalog_value("APPLICATION_MODE", @supported_modes, true, "all")

@spec eth_call_url(String.t() | nil) :: String.t() | nil
def eth_call_url(default \\ nil) do
Expand Down

0 comments on commit 012fbcc

Please sign in to comment.