diff options
Diffstat (limited to 'config/prod.exs')
| -rw-r--r-- | config/prod.exs | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/config/prod.exs b/config/prod.exs new file mode 100644 index 0000000..07964dd --- /dev/null +++ b/config/prod.exs @@ -0,0 +1,14 @@ +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. |
