Use the new Ethereumex config syntax in the example.

pull/2/head
CJ Bryan and Matt Olenick 7 years ago
parent 37aaf2f594
commit 85d5149ea0
  1. 4
      config/dev.secret.exs.example

@ -2,9 +2,7 @@ use Mix.Config
# Configure ethereumex # Configure ethereumex
config :ethereumex, config :ethereumex,
scheme: "http", url: "http://localhost:8545"
host: "localhost",
port: 8545
# Configures the endpoint # Configures the endpoint
config :explorer, ExplorerWeb.Endpoint, config :explorer, ExplorerWeb.Endpoint,

Loading…
Cancel
Save