From 64b688de4c597808ee82a8222e7c3fd7ce4c295b Mon Sep 17 00:00:00 2001 From: Leif Gensert Date: Mon, 12 Oct 2015 14:32:49 -0700 Subject: [PATCH] remove prod.secrets not needed in a simple echo app --- config/prod.exs | 4 ---- 1 file changed, 4 deletions(-) diff --git a/config/prod.exs b/config/prod.exs index d28b55b..ffd888b 100644 --- a/config/prod.exs +++ b/config/prod.exs @@ -54,7 +54,3 @@ config :logger, level: :info # # config :byzal, Byzal.Endpoint, server: true # - -# Finally import the config/prod.secret.exs -# which should be versioned separately. -import_config "prod.secret.exs"