Remove distracting extra code
This commit is contained in:
parent
f1bd4a0fdd
commit
47b0d73cc5
13 changed files with 1 additions and 298 deletions
|
|
@ -21,15 +21,6 @@ config :birdy_chat, BirdyChatWeb.Endpoint,
|
|||
pubsub_server: BirdyChat.PubSub,
|
||||
live_view: [signing_salt: "6cr1V8uA"]
|
||||
|
||||
# Configure the mailer
|
||||
#
|
||||
# By default it uses the "Local" adapter which stores the emails
|
||||
# locally. You can see the emails in your browser, at "/dev/mailbox".
|
||||
#
|
||||
# For production it's recommended to configure a different adapter
|
||||
# at the `config/runtime.exs`.
|
||||
config :birdy_chat, BirdyChat.Mailer, adapter: Swoosh.Adapters.Local
|
||||
|
||||
# Configure esbuild (the version is required)
|
||||
config :esbuild,
|
||||
version: "0.25.4",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue