This commit is contained in:
2026-03-10 13:36:45 +03:30
parent 45d48f79dc
commit b379787002
208 changed files with 2328 additions and 2510 deletions
+2 -2
View File
@@ -1,9 +1,9 @@
// Development environment configuration
export const environment = {
production: false,
apiBaseUrl: 'http://localhost:3000',
apiBaseUrl: 'http://localhost:5002',
host: 'localhost',
port: 60749,
port: 5000,
enableLogging: true,
enableDebug: true,
};