Remove distracting extra code

This commit is contained in:
Maciej 2026-03-01 10:25:51 +02:00
parent f1bd4a0fdd
commit 47b0d73cc5
Signed by: maciej
GPG key ID: 28243AF437E32F99
13 changed files with 1 additions and 298 deletions

View file

@ -18,12 +18,6 @@ config :birdy_chat, BirdyChatWeb.Endpoint,
hosts: ["localhost", "127.0.0.1"]
]
# Configure Swoosh API Client
config :swoosh, api_client: Swoosh.ApiClient.Req
# Disable Swoosh Local Memory Storage
config :swoosh, local: false
# Do not print debug messages in production
config :logger, level: :info