parent
46b796bb65
commit
63efe24b36
@ -0,0 +1,11 @@ |
||||
use Mix.Config |
||||
|
||||
# Configure ethereumex |
||||
config :ethereumex, |
||||
scheme: "http", |
||||
host: "localhost", |
||||
port: 8545 |
||||
|
||||
# Configures the endpoint |
||||
config :explorer, ExplorerWeb.Endpoint, |
||||
secret_key_base: "RMgI4C1HSkxsEjdhtGMfwAHfyT6CKWXOgzCboJflfSm4jeAlic52io05KB6mqzc5" |
Loading…
Reference in new issue