base isntall with bandit

This commit is contained in:
2023-04-14 10:19:20 +02:00
parent c98f543b1d
commit 59f6d3dace
4 changed files with 5 additions and 6 deletions

View File

@ -12,6 +12,7 @@ config :chicken_egg,
# Configures the endpoint
config :chicken_egg, ChickenEggWeb.Endpoint,
adapter: Bandit.PhoenixAdapter,
url: [host: "localhost"],
render_errors: [
formats: [html: ChickenEggWeb.ErrorHTML, json: ChickenEggWeb.ErrorJSON],