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.
34 lines
1.0 KiB
34 lines
1.0 KiB
{
|
|
"ConfigServer": "http://localhost:21093",
|
|
"ConfigServer.Docker": "http://gateway:21093",
|
|
"ConnectionStrings": {
|
|
"Default": "Server=dev.ccwin-in.com,13319;Database=WmsAuth;uid=ccwin-in;pwd=Microsoft@2022;Packet Size=512;",
|
|
"Auth": "Server=dev.ccwin-in.com,13319;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"
|
|
}
|
|
}
|
|
}
|
|
|
|
}
|
|
|