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
config :ethereumex,
scheme: "http",
host: "localhost",
port: 8545
url: "http://localhost:8545"
# Configures the endpoint
config :explorer, ExplorerWeb.Endpoint,

Loading…
Cancel
Save