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
@@ -4,7 +4,7 @@ const { createApp, ref, reactive, onMounted } = Vue;
createApp({
setup() {
const apiBase = ref(localStorage.getItem("geo_api_base") || "http://localhost:8080");
const apiBase = ref(localStorage.getItem("geo_api_base") || "http://localhost:8122");
const state = reactive({
publicKey: "",
privateKey: "",