restart without ecto

This commit is contained in:
2026-03-16 12:08:09 -06:00
parent 24d9c0ce0f
commit 866326e71d
864 changed files with 942 additions and 432 deletions

View File

@@ -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,