adding support for a site content repo under priv/content/, and for dev.secret.exs

This commit is contained in:
Adam Piontek 2021-03-31 14:05:55 -04:00
parent e3f7522cf1
commit db98330446
3 changed files with 9 additions and 0 deletions
config

View file

@ -66,3 +66,6 @@ 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"