adding support for a site content repo under priv/content/, and for dev.secret.exs
This commit is contained in:
parent
e3f7522cf1
commit
db98330446
3 changed files with 9 additions and 0 deletions
config
|
@ -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"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue