init SlideLife
This commit is contained in:
@ -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
|
||||
|
Reference in New Issue
Block a user