refactor: powered_by_header kemal config
This commit is contained in:
@@ -3,3 +3,5 @@ require "kemal"
|
||||
Kemal.config.env = ENV["ENV"]? || "development"
|
||||
Kemal.config.port = ENV["PORT"]?.try(&.to_i) || 4000
|
||||
Kemal.config.host_binding = ENV["HOST"]? || "0.0.0.0"
|
||||
|
||||
Kemal.config.powered_by_header = false
|
||||
|
||||
Reference in New Issue
Block a user