tidying to remove path config, just hard-coding it

This commit is contained in:
Adam Piontek 2021-04-01 18:31:30 -04:00
parent df2cc13167
commit ae9fff231b
3 changed files with 3 additions and 13 deletions
config

View file

@ -66,6 +66,3 @@ config :phoenix, :stacktrace_depth, 20
# Initialize plugs at runtime for faster development compilation
config :phoenix, :plug_init_mode, :runtime
# Finally import the config/dev.secret.exs which loads secret config
import_config "dev.secret.exs"