Remove distracting extra code
This commit is contained in:
parent
f1bd4a0fdd
commit
47b0d73cc5
13 changed files with 1 additions and 298 deletions
|
|
@ -7,12 +7,6 @@ config :birdy_chat, BirdyChatWeb.Endpoint,
|
|||
secret_key_base: "DsOg8g/AU3wogZIm99JWnoDyijeinMJFFfkFdwkSkFcjvHywCXjCxl//NY1cvm7Y",
|
||||
server: false
|
||||
|
||||
# In test we don't send emails
|
||||
config :birdy_chat, BirdyChat.Mailer, adapter: Swoosh.Adapters.Test
|
||||
|
||||
# Disable swoosh api client as it is only required for production adapters
|
||||
config :swoosh, :api_client, false
|
||||
|
||||
# Print only warnings and errors during test
|
||||
config :logger, level: :warning
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue