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.
60 lines
1.3 KiB
60 lines
1.3 KiB
{
|
|
"ConnectionStrings": {
|
|
"Default": "Server=dev.ccwin-in.com,13319;Database=DataExchange_Main;uid=ccwin-in;pwd=Microsoft@2022;",
|
|
"DataExchange": "Server=dev.ccwin-in.com,13319;Database=DataExchange_Main;uid=ccwin-in;pwd=Microsoft@2022;"
|
|
},
|
|
|
|
|
|
|
|
"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://localhost:59094/"
|
|
},
|
|
"Store": {
|
|
"BaseUrl": "http://localhost:59095/"
|
|
},
|
|
"Label": {
|
|
"BaseUrl": "http://localhost:59092/"
|
|
},
|
|
"Auth": {
|
|
"BaseUrl": "http://localhost:59093/"
|
|
}
|
|
},
|
|
"DataExchangeOptions": {
|
|
"IncomingOptions": {
|
|
"Active": true,
|
|
"PeriodSeconds": 10,
|
|
"RetryTimes": 3,
|
|
"BatchSize": 100
|
|
},
|
|
"OutgoingOptions": {
|
|
"Active": false,
|
|
"PeriodSeconds": 10,
|
|
"RetryTimes": 3,
|
|
"BatchSize": 100,
|
|
"BaseUrl": "https://localhost:7034/test",
|
|
"Username": "username",
|
|
"Password": "password"
|
|
}
|
|
}
|
|
}
|
|
|
|
|
|
|