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.
58 lines
1.4 KiB
58 lines
1.4 KiB
{
|
|
"AgileConfig": {
|
|
"appId": "sfs",
|
|
"secret": "sfs",
|
|
"nodes": "http://config:8848",
|
|
"env": "prod"
|
|
},
|
|
"ReverseProxy": {
|
|
"Routes": {
|
|
"ids4": {
|
|
"ClusterId": "ids4cluster",
|
|
"Match": {
|
|
"Path": "/api/connect/{**catch-all}"
|
|
},
|
|
"Transforms": [ { "PathRemovePrefix": "/api" } ]
|
|
}
|
|
},
|
|
"Clusters": {
|
|
"ids4cluster": {
|
|
"Destinations": {
|
|
"default": {
|
|
"Address": "http://localhost:59093/"
|
|
}
|
|
}
|
|
}
|
|
}
|
|
},
|
|
"ConnectionStrings": {
|
|
"Default": "Server=dev.ccwin-in.com,21195;Database=WmsAuth;uid=ccwin-in;pwd=Microsoft@2022;Packet Size=512;",
|
|
"Auth": "Server=dev.ccwin-in.com,21195;Database=WmsAuth;uid=ccwin-in;pwd=Microsoft@2022;Packet Size=512;"
|
|
},
|
|
"SwaggerAuthServer": {
|
|
"Authority": "http://localhost:59093",
|
|
"RequireHttpsMetadata": "false"
|
|
},
|
|
"IdentityServer": {
|
|
"Clients": {
|
|
"Auth_Web": {
|
|
"ClientId": "Auth_Web",
|
|
"RootUrl": "http://localhost:59093/",
|
|
"RequireHttpsMetadata": "false"
|
|
},
|
|
"Auth_App": {
|
|
"ClientId": "Auth_App",
|
|
"ClientSecret": "1q2w3e*",
|
|
"RootUrl": "http://localhost:59093",
|
|
"RequireHttpsMetadata": "false"
|
|
},
|
|
"Auth_Swagger": {
|
|
"ClientId": "Auth_Swagger",
|
|
"ClientSecret": "1q2w3e*",
|
|
"RootUrl": "http://localhost:59093",
|
|
"RequireHttpsMetadata": "false"
|
|
}
|
|
}
|
|
}
|
|
|
|
}
|
|
|