Files
test9april/test9april-front-f/authsec_angular/frontend/angular-clarity-master/src/environments/environment.prod.ts

17 lines
420 B
TypeScript
Raw Normal View History

2026-04-09 03:25:43 +00:00
export const environment = {
production: true,
appName: 'My Application',
version: '11.2.13',
subVersion: '2021.05.13-01',
apiUrl: 'http://localhost:3000',
whiteUrl: 'http://localhost:3000',
blackUrl: 'http://localhost:3000/login',
// changeble url // port
captchaSiteKey: '6LfrdSUpAAAAALkYDmnvdX3GLLCArgPWNHfXasjP',
2026-04-09 03:27:15 +00:00
backport:'42957/test9april57542/back',backendUrl:'/test9april57542/back',
2026-04-09 03:25:43 +00:00
2026-04-09 03:27:15 +00:00
};