|
|
@ -4,4 +4,4 @@ variant = System.get_env("ETHEREUM_JSONRPC_VARIANT") || "parity" |
|
|
|
|
|
|
|
|
|
|
|
# Import variant specific config. This must remain at the bottom |
|
|
|
# Import variant specific config. This must remain at the bottom |
|
|
|
# of this file so it overrides the configuration defined above. |
|
|
|
# of this file so it overrides the configuration defined above. |
|
|
|
import_config "dev/#{variant}.exs" |
|
|
|
import_config "prod/#{variant}.exs" |
|
|
|