Skip to content

Commit

Permalink
Update the runtime file
Browse files Browse the repository at this point in the history
  • Loading branch information
sgobotta committed Oct 3, 2023
1 parent 138ef6b commit ee021e9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config/runtime.exs
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ if config_env() == :prod do
port = String.to_integer(System.get_env("PORT", "443"))

case System.get_env("STAGE") do
"local" ->
stage when stage in ["local", "dev", "staging", "prod"] ->
:ok =
Logger.warn(
"Ignoring variable DATABASE_URL as Postgrex connection protocol, proceding with default tcp connection."
Expand Down

0 comments on commit ee021e9

Please sign in to comment.