You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

46 lines
1.7 KiB

2 years ago
{
"AgileConfig": {
"appId": "sfs",
"secret": "sfs",
"nodes": "http://localhost:21092",
"env": "dev"
},
"Urls": "http://localhost:59096",
//"IdentityClients": {
// "Default": {
// "GrantType": "client_credentials",
// "ClientId": "Auth_App",
// "ClientSecret": "1q2w3e*",
// "RequireHttps": "false",
// "Authority": "http://dev.ccwin-in.com:59093",
// "Scope": "Auth"
// }
//},
//"RemoteServices": {
// "Default": { "BaseUrl": "http://localhost:59093" },
// "Auth": { "BaseUrl": "http://localhost:59093/" }
//}
//"RemoteServices": {
// //"Default": { "BaseUrl": "http://dev.ccwin-in.com:59093" },
// //"BaseData": { "BaseUrl": "http://localhost:59094/" },
// "Store": { "BaseUrl": "http://localhost:59096/" },
// "Job": { "BaseUrl": "http://localhost:59096/" },
// "Inventory": { "BaseUrl": "http://localhost:59096/" }
// //"FileStorage": { "BaseUrl": "http://dev.ccwin-in.com:59092/" },
// //"Message": { "BaseUrl": "http://dev.ccwin-in.com:59092/" },
// // "Label": { "BaseUrl": "http://dev.ccwin-in.com:59092/" },
// //"Auth": { "BaseUrl": "http://dev.ccwin-in.com:59093/" }
//}
"RemoteServices": {
"Default": { "BaseUrl": "http://dev.ccwin-in.com:59093" },
"BaseData": { "BaseUrl": "http://localhost:59094/" },
"Store": { "BaseUrl": "http://localhost:59096/" },
"Job": { "BaseUrl": "http://localhost:59096/" },
"Inventory": { "BaseUrl": "http://localhost:59096/" },
"FileStorage": { "BaseUrl": "http://dev.ccwin-in.com:59092/" },
"Message": { "BaseUrl": "http://dev.ccwin-in.com:59092/" },
"Label": { "BaseUrl": "http://dev.ccwin-in.com:59092/" },
"Auth": { "BaseUrl": "http://dev.ccwin-in.com:59093/" }
}
}