build: Default port to 4413

This commit is contained in:
2026-03-14 17:37:37 +01:00
parent 708e26e4f4
commit 19664ac56c
7 changed files with 17 additions and 17 deletions

View File

@@ -375,7 +375,7 @@ if config_env() == :prod do
queue_target: queue_target,
queue_interval: queue_interval
config :parrhesia, Parrhesia.Web.Endpoint, port: int_env.("PORT", 4000)
config :parrhesia, Parrhesia.Web.Endpoint, port: int_env.("PORT", 4413)
config :parrhesia, Parrhesia.Web.MetricsEndpoint,
enabled: