Switch local API port to 8122 and keep DB internal.
CI / test (push) Successful in 5s

Update runtime defaults, compose mappings, frontend defaults, and developer docs to use port 8122 while keeping PostGIS reachable only via the internal compose network.

Made-with: Cursor
This commit is contained in:
2026-03-01 12:12:44 +00:00
parent a2aae391ad
commit c2aa716ed8
6 changed files with 15 additions and 17 deletions
+1 -1
View File
@@ -12,7 +12,7 @@ import (
)
func main() {
addr := getEnv("ADDR", ":8080")
addr := getEnv("ADDR", ":8122")
adminPublicKey := os.Getenv("ADMIN_PUBLIC_KEY")
memory := store.NewMemoryStore()