diff --git a/env/env.go b/env/env.go index 9ea4772..9a09b04 100644 --- a/env/env.go +++ b/env/env.go @@ -7,11 +7,6 @@ import ( "git.qowevisa.me/Qowevisa/gotell/errors" ) -const ( - Port = 2993 - ConnectPort = 443 -) - func GetHost() (string, error) { host := os.Getenv("GOTELL_HOST") if host == "" {