first chicken and egg

This commit is contained in:
2023-04-16 21:32:56 +02:00
parent 59f6d3dace
commit d1c9fcefff
6 changed files with 73 additions and 265 deletions

View File

@ -9,7 +9,8 @@ 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 :chicken_egg, ChickenEggWeb.Endpoint, cache_static_manifest: "priv/static/cache_manifest.json"
config :chicken_egg, ChickenEggWeb.Endpoint,
cache_static_manifest: "priv/static/cache_manifest.json"
# Configures Swoosh API Client
config :swoosh, api_client: Swoosh.ApiClient.Finch, finch_name: ChickenEgg.Finch