23 lines
571 B
TypeScript
Raw Normal View History

2025-04-08 12:33:38 +00:00
export const environment = {
production: false,
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',
// changeblelocal configs url
captchaSiteKey: '6LfrdSUpAAAAALkYDmnvdX3GLLCArgPWNHfXasjP',
2025-04-08 20:24:14 +05:30
// backport:'31701/visaproject36808/back',
2025-04-23 14:28:10 +05:30
// backendUrl:'http://localhost:9292/back',
nodeUrl:'http://157.66.191.31:31170/llm',
builderUrl:'http://157.66.191.31:31170',
2025-04-11 09:12:51 +05:30
2025-04-23 14:28:10 +05:30
backendUrl:'http://157.66.191.31:30101/back',
2025-04-08 20:31:11 +05:30
2025-04-08 12:33:38 +00:00
2025-04-08 12:34:52 +00:00
};