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:
+1
-1
@@ -12,7 +12,7 @@ import (
|
||||
)
|
||||
|
||||
func main() {
|
||||
addr := getEnv("ADDR", ":8080")
|
||||
addr := getEnv("ADDR", ":8122")
|
||||
adminPublicKey := os.Getenv("ADMIN_PUBLIC_KEY")
|
||||
|
||||
memory := store.NewMemoryStore()
|
||||
|
||||
Reference in New Issue
Block a user