Use number

This commit is contained in:
David Heinemeier Hansson
2023-02-18 16:26:17 +01:00
parent 94b4461c76
commit 9985834bd6

View File

@@ -133,7 +133,7 @@ class Mrsk::Configuration
end
def healthcheck
{ "path" => "/up", "port" => "3000" }.merge(raw_config.healthcheck || {})
{ "path" => "/up", "port" => 3000 }.merge(raw_config.healthcheck || {})
end