내부 포트 고정

This commit is contained in:
Lectom C Han
2025-12-10 11:08:04 +09:00
parent c09970cc54
commit 3038a2978b
2 changed files with 2 additions and 2 deletions

View File

@@ -27,7 +27,7 @@ func main() {
dbPath := env("GEOIP_DB_PATH", defaultDBPath)
dbURL := os.Getenv("DATABASE_URL")
lookupQuery := os.Getenv("GEOIP_LOOKUP_QUERY")
port := env("SERVICE_PORT", defaultPort)
port := env("PORT", defaultPort)
resolver, err := geo.NewResolver(geo.Config{
Backend: backend,