change color theme

This commit is contained in:
Yusron alamsyah
2026-02-05 08:12:34 +07:00
parent 458e4c7158
commit f72984775b
12 changed files with 212 additions and 104 deletions

No files matched your search

+1 -1
View File
@@ -100,7 +100,7 @@ export default defineNuxtConfig({
// authUrl: process.env.AUTH_ORIGIN || "http://10.10.150.175:3001",
// authUrl: process.env.AUTH_ORIGIN || "http://localhost:3001",
wsBaseUrl: process.env.WS_BASE_URL || 'ws://10.10.150.100:8084/api/v1/ws',
baseUrl: process.env.BASE_URL || 'http://localhost:8080/api',
baseUrl: process.env.BASE_URL || 'http://10.10.150.144:8080/api',
baseUrlGomed: process.env.BASE_URL_GOMED || 'https://gomed.rssa.my.id/api',
},
},