This commit is contained in:
Kirill Nikiforov
2026-04-16 00:51:02 +04:00
parent 64681e2aac
commit 7f3d29eba2
6 changed files with 21 additions and 9 deletions

View File

@@ -2,7 +2,7 @@ package config
var defaultConfig = &Config{
Proto: "http",
Host: "0.0.0.0",
Host: "",
Port: Port{
Http: 80,
Https: 443,