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.
57 lines
1.5 KiB
57 lines
1.5 KiB
2 years ago
|
{
|
||
|
"ConnectionStrings": {
|
||
|
"Default": "Server=dev.ccwin-in.com,13319;Database=DyWmsAuth;uid=ccwin-in;pwd=Microsoft@2022;",
|
||
|
"DataExchange": "Server=dev.ccwin-in.com,13319;Database=DataExchange_Main;uid=ccwin-in;pwd=Microsoft@2022;",
|
||
|
"TYRP": "Server=dev.ccwin-in.com,13319;Database=TYRP;Uid=ccwin-in;Pwd=Microsoft@2022;",
|
||
|
"SYBASE_TYRP": "Data Source=dev.ccwin-in.com; Port=15000; Database=TYRP; Uid=sa; Pwd=Microsoft2008;Charset=utf8;" //iso_1
|
||
|
},
|
||
|
|
||
|
"AuthServer": {
|
||
|
"Authority": "http://dev.ccwin-in.com:59093/",
|
||
|
"RequireHttpsMetadata": "false",
|
||
|
"SwaggerClientId": "admin",
|
||
|
"SwaggerClientSecret": "1q2w3E*",
|
||
|
"grant_type": "password",
|
||
|
"AlwaysAllowAuthorization": true
|
||
|
},
|
||
|
|
||
|
"Authentication": {
|
||
|
"client_id": "Auth_App",
|
||
|
"client_secret": "1q2w3e*",
|
||
|
"grant_type": "password",
|
||
|
"username": "jiekou1",
|
||
|
"password": "1q2w3E*"
|
||
|
},
|
||
|
|
||
|
"RemoteServices": {
|
||
|
"BaseData": {
|
||
|
"BaseUrl": "http://dev.ccwin-in.com:59094/"
|
||
|
},
|
||
|
"Store": {
|
||
|
"BaseUrl": "http://dev.ccwin-in.com:59095/"
|
||
|
},
|
||
|
"Label": {
|
||
|
"BaseUrl": "http://dev.ccwin-in.com:59092/"
|
||
|
},
|
||
|
"Auth": {
|
||
|
"BaseUrl": "http://dev.ccwin-in.com:59093/"
|
||
|
}
|
||
|
},
|
||
|
"TyrpOptions": {
|
||
|
"IncomingOptions": {
|
||
|
"Active": true,
|
||
|
"PeriodSeconds": 10,
|
||
|
"BatchSize": 10,
|
||
|
"MaxCount": 100,
|
||
|
"RetryTimes": 3
|
||
|
},
|
||
|
"OutgoingOptions": {
|
||
|
"Active": true,
|
||
|
"PeriodSeconds": 10,
|
||
|
"BatchSize": 10,
|
||
|
"MaxCount": 100,
|
||
|
"RetryTimes": 3
|
||
|
}
|
||
|
}
|
||
|
}
|