refactor(deps): replace cowboy HTTP server with bandit

Signed-off-by: Thomas Citharel <tcit@tcit.fr>
This commit is contained in:
Thomas Citharel
2024-02-09 15:38:52 +01:00
parent 3f73b2f856
commit f90865ffb4
3 changed files with 10 additions and 12 deletions

View File

@@ -51,6 +51,7 @@ config :mobilizon, :restrictions, only_groups_can_create_events: false
# Configures the endpoint
config :mobilizon, Mobilizon.Web.Endpoint,
adapter: Bandit.PhoenixAdapter,
url: [
host: "mobilizon.local",
scheme: "https"