restart without ecto
This commit is contained in:
@@ -8,7 +8,6 @@
|
||||
import Config
|
||||
|
||||
config :cobblemon_ui,
|
||||
ecto_repos: [CobblemonUi.Repo],
|
||||
generators: [timestamp_type: :utc_datetime]
|
||||
|
||||
# Configure the endpoint
|
||||
@@ -20,16 +19,8 @@ config :cobblemon_ui, CobblemonUiWeb.Endpoint,
|
||||
layout: false
|
||||
],
|
||||
pubsub_server: CobblemonUi.PubSub,
|
||||
live_view: [signing_salt: "GoTvr0Cl"]
|
||||
live_view: [signing_salt: "X61XE3GM"]
|
||||
|
||||
# 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 :cobblemon_ui, CobblemonUi.Mailer, adapter: Swoosh.Adapters.Local
|
||||
|
||||
# Configure esbuild (the version is required)
|
||||
config :esbuild,
|
||||
|
||||
Reference in New Issue
Block a user