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
@@ -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: "",
|
||||
|
||||
Reference in New Issue
Block a user