This commit is contained in:
Gaurav Kumar
2025-09-26 08:49:03 +05:30
commit 6d2a59da38
903 changed files with 93754 additions and 0 deletions

View File

@@ -0,0 +1,17 @@
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',
//Deployment configs
};

View File

@@ -0,0 +1,17 @@
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',
//Deployment configs
backendUrl:'http://localhost:9292',
// backendUrl:'http://157.66.191.31:34530/back',
};