update many things

This commit is contained in:
2026-05-04 20:02:10 +03:30
parent 797aecd489
commit ec452bca22
72 changed files with 1375 additions and 606 deletions
+3 -2
View File
@@ -1,9 +1,10 @@
// Development environment configuration
export const environment = {
production: false,
apiBaseUrl: 'http://194.59.214.243:5002',
// apiBaseUrl: 'http://194.59.214.243:5002',
apiBaseUrl: 'http://192.168.128.73:5002',
host: 'localhost',
port: 5000,
port: 5001,
enableLogging: false,
enableDebug: false,
enableNativeBridge: false,