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

10 lines
219 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',
host: 'localhost',
port: 5000,
2025-12-04 21:07:18 +03:30
enableLogging: false,
enableDebug: false,
};