update server port

This commit is contained in:
2023-08-06 03:29:14 +03:00
parent e2ca5f95f5
commit baa6937bef
3 changed files with 5 additions and 5 deletions

View File

@@ -7,6 +7,6 @@ get "/" do
render "#{__DIR__}/layouts/index.ecr"
end
Kemal.config.env = "development"
Kemal.config.port = 3000
Kemal.config.env = "production"
Kemal.config.port = 50009
Kemal.run