init SlideLife

This commit is contained in:
2024-05-21 23:48:50 +02:00
parent c21f4ab218
commit a988eb4bc2
37 changed files with 154 additions and 176 deletions

View File

@ -5,11 +5,11 @@ import Config
# manifest is generated by the `mix assets.deploy` task,
# which you should run after static files are built and
# before starting your production server.
config :modern_base, ModernBaseWeb.Endpoint,
config :slide_life, SlideLifeWeb.Endpoint,
cache_static_manifest: "priv/static/cache_manifest.json"
# Configures Swoosh API Client
config :swoosh, api_client: Swoosh.ApiClient.Finch, finch_name: ModernBase.Finch
config :swoosh, api_client: Swoosh.ApiClient.Finch, finch_name: SlideLife.Finch
# Disable Swoosh Local Memory Storage
config :swoosh, local: false