diff options
Diffstat (limited to 'config/prod.exs')
| -rw-r--r-- | config/prod.exs | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/config/prod.exs b/config/prod.exs deleted file mode 100644 index 07964dd..0000000 --- a/config/prod.exs +++ /dev/null @@ -1,14 +0,0 @@ -import Config - -# Configures Swoosh API Client -# config :swoosh, api_client: Swoosh.ApiClient.Finch, finch_name: Silmataivas.Finch -config :swoosh, :api_client, Swoosh.ApiClient.Hackney - -# Disable Swoosh Local Memory Storage -config :swoosh, local: false - -# Do not print debug messages in production -# config :logger, level: :info - -# Runtime production configuration, including reading -# of environment variables, is done on config/runtime.exs. |
