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.
22 lines
716 B
22 lines
716 B
{
|
|
"App": {
|
|
"CorsOrigins": "https://*.FileStorage.com,http://localhost:4200,http://localhost:44307,https://localhost:44307"
|
|
},
|
|
"ConnectionStrings": {
|
|
"Default": "Server=dev.cd-top.com,51433;Database=Auth_Main;uid=sa;pwd=Microsoft2008;Packet Size=512;",
|
|
"FileStorage": "Server=dev.cd-top.com,51433;Database=FileStorage;uid=sa;pwd=Microsoft2008;Packet Size=512;"
|
|
},
|
|
"Redis": {
|
|
"Configuration": "127.0.0.1"
|
|
},
|
|
"AuthServer": {
|
|
"Authority": "https://localhost:9000/",
|
|
"RequireHttpsMetadata": "false",
|
|
"SwaggerClientId": "FileStorage_Swagger",
|
|
"SwaggerClientSecret": "1q2w3e*"
|
|
},
|
|
"Settings": {
|
|
"AllowedMaxFileSize": 1048576,
|
|
"AllowedUploadFormats": "xlsx"
|
|
}
|
|
}
|
|
|