improving game
This commit is contained in:
@@ -21,15 +21,6 @@ config :backend, BackendWeb.Endpoint,
|
||||
pubsub_server: Backend.PubSub,
|
||||
live_view: [signing_salt: "E+VIFYOy"]
|
||||
|
||||
# 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 :backend, Backend.Mailer, adapter: Swoosh.Adapters.Local
|
||||
|
||||
# Configure Elixir's Logger
|
||||
config :logger, :default_formatter,
|
||||
format: "$time $metadata[$level] $message\n",
|
||||
|
||||
Reference in New Issue
Block a user