Cleanup work
This commit is contained in:
parent
eb6631dd8b
commit
f0cf03141b
11 changed files with 59 additions and 9 deletions
|
|
@ -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.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue