Configured for release on prod environment.

This commit is contained in:
2026-02-21 11:55:23 +01:00
parent 0b364f19c2
commit 41e32e3ff1
6 changed files with 27 additions and 5 deletions

View File

@ -39,14 +39,15 @@ config :beet_round_server,
# Configures the endpoint
config :beet_round_server, BeetRoundServerWeb.Endpoint,
url: [host: "localhost"],
url: [host: "https://beetround.example.com"],
adapter: Bandit.PhoenixAdapter,
render_errors: [
formats: [html: BeetRoundServerWeb.ErrorHTML, json: BeetRoundServerWeb.ErrorJSON],
layout: false
],
pubsub_server: BeetRoundServer.PubSub,
live_view: [signing_salt: "4HDgM4VC"]
live_view: [signing_salt: "4HDgM4VC"],
server: true
# Configures the mailer
#