refactor: powered_by_header kemal config

This commit is contained in:
Juan Rodriguez
2024-10-27 11:07:59 +01:00
parent e6f64ea026
commit 98dedc4494
2 changed files with 2 additions and 1 deletions
+2
View File
@@ -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