Files
psp_panel/src/environments/environment.prod.ts
T

12 lines
295 B
TypeScript
Raw Normal View History

2026-04-06 13:31:30 +03:30
// Development environment configuration
2025-12-04 21:07:18 +03:30
export const environment = {
2026-04-06 13:31:30 +03:30
production: false,
apiBaseUrl: 'http://194.59.214.243:5002',
// apiBaseUrl: 'http://192.168.128.73:5002',
2026-04-06 13:31:30 +03:30
host: 'localhost',
2026-05-04 20:02:10 +03:30
port: 5001,
2025-12-04 21:07:18 +03:30
enableLogging: false,
enableDebug: false,
enableNativeBridge: false,
2025-12-04 21:07:18 +03:30
};