|
|
|
@ -87,7 +87,7 @@ config :block_scout_web, |
|
|
|
|
webapp_url: System.get_env("WEBAPP_URL"), |
|
|
|
|
api_url: System.get_env("API_URL"), |
|
|
|
|
apps_menu: if(System.get_env("APPS_MENU", "false") == "true", do: true, else: false), |
|
|
|
|
external_apps: System.get_env("EXTERNAL_APPS"), |
|
|
|
|
apps: System.get_env("APPS") || System.get_env("EXTERNAL_APPS"), |
|
|
|
|
gas_price: System.get_env("GAS_PRICE", nil), |
|
|
|
|
restricted_list: System.get_env("RESTRICTED_LIST", nil), |
|
|
|
|
restricted_list_key: System.get_env("RESTRICTED_LIST_KEY", nil), |
|
|
|
|