diff options
| author | Dawid Rycerz <dawid@rycerz.xyz> | 2025-07-14 19:34:59 +0300 |
|---|---|---|
| committer | Dawid Rycerz <dawid@rycerz.xyz> | 2025-07-14 19:34:59 +0300 |
| commit | 50ce8cb96b2b218751c2fc2a6b19372f51846acc (patch) | |
| tree | e2c634d2ce856062d527667d47815a05a53361c8 /config/prod.exs | |
| parent | 0ab2e5ba2b0631b28b5b1405559237b3913c878f (diff) | |
feat: rewrite in rust
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. |
