first chicken and egg
This commit is contained in:
@ -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
|
||||
|
Reference in New Issue
Block a user