Cleanup work

This commit is contained in:
Maciej 2026-03-01 11:35:32 +02:00
parent eb6631dd8b
commit f0cf03141b
Signed by: maciej
GPG key ID: 28243AF437E32F99
11 changed files with 59 additions and 9 deletions

View file

@ -21,7 +21,7 @@ if System.get_env("PHX_SERVER") do
end
config :birdy_chat, BirdyChatWeb.Endpoint,
http: [port: String.to_integer(System.get_env("PORT", "4000"))]
http: [port: String.to_integer(System.get_env("BIRDY_CHAT_PORT", "4000"))]
if config_env() == :prod do
# The secret key base is used to sign/encrypt cookies and other secrets.