26 lines
614 B
TypeScript
26 lines
614 B
TypeScript
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',
|
|
|
|
// backport:'31701/visaproject36808/back',
|
|
// backendUrl:'/visaproject36808/back',
|
|
|
|
backendUrl: 'http://157.66.191.31:30101/back',
|
|
nodeUrl: 'http://157.66.191.31:31170/llm',
|
|
builderUrl: 'http://157.66.191.31:31170',
|
|
ollamaUrl: 'http://localhost:8080/llm',
|
|
|
|
|
|
|
|
|
|
|
|
|
|
}; |