Fix prod config file to use prod config instead of dev

pull/449/head
Amanda Sposito 6 years ago
parent 541b590edb
commit 3335817d90
  1. 2
      apps/indexer/config/prod.exs

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

Loading…
Cancel
Save