Code edited in Lovable Code Editor
Edited UI in Lovable
This commit is contained in:
+3
-3
@@ -4,13 +4,13 @@
|
|||||||
export const config = {
|
export const config = {
|
||||||
// API Configuration
|
// API Configuration
|
||||||
api: {
|
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 metadata
|
||||||
app: {
|
app: {
|
||||||
name: 'Gatehouse',
|
name: "Gatehouse",
|
||||||
description: 'Identity & Access Platform',
|
description: "Identity & Access Platform",
|
||||||
},
|
},
|
||||||
|
|
||||||
// Feature flags
|
// Feature flags
|
||||||
|
|||||||
Reference in New Issue
Block a user