From 10ed1949d07d6e7f93a6e5ed4fa0517b84c9991f Mon Sep 17 00:00:00 2001 From: "gpt-engineer-app[bot]" <159125892+gpt-engineer-app[bot]@users.noreply.github.com> Date: Tue, 6 Jan 2026 15:45:46 +0000 Subject: [PATCH] Code edited in Lovable Code Editor Edited UI in Lovable --- src/config.ts | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/config.ts b/src/config.ts index 9b8fecd..f00c73f 100644 --- a/src/config.ts +++ b/src/config.ts @@ -4,13 +4,13 @@ export const config = { // API Configuration api: { - baseUrl: import.meta.env.VITE_API_BASE_URL || '/api/v1', + baseUrl: import.meta.env.VITE_API_BASE_URL || "http://127.0.0.1:8888/api/v1", }, // App metadata app: { - name: 'Gatehouse', - description: 'Identity & Access Platform', + name: "Gatehouse", + description: "Identity & Access Platform", }, // Feature flags