diff options
author | href <href@random.sh> | 2018-02-17 21:21:42 +0100 |
---|---|---|
committer | href <href@random.sh> | 2018-02-17 21:21:42 +0100 |
commit | 50c6a09ff64cb081b27a0c30790b86873449d172 (patch) | |
tree | ba1bebfc7e367f169276692e0ac02709d62d6516 /config/dev.exs | |
parent | txt: fix against malicious filenames (aka 'fuck you shiv') (diff) |
:)
Diffstat (limited to 'config/dev.exs')
-rw-r--r-- | config/dev.exs | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/config/dev.exs b/config/dev.exs index 346dc12..57ab926 100644 --- a/config/dev.exs +++ b/config/dev.exs @@ -46,3 +46,7 @@ config :logger, :console, format: "[$level] $message\n" # Set a higher stacktrace during development. Avoid configuring such # in production as building large stacktraces may be expensive. config :phoenix, :stacktrace_depth, 20 + +import_config "secret.exs" +import_config "dev.secret.exs" + |