update server port
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user