2025-05-06 06:45:49 +00:00
|
|
|
{
|
|
|
|
|
"App": {
|
|
|
|
|
"SelfUrl": "https://localhost:44344",
|
|
|
|
|
"ClientUrl": "http://localhost:3000",
|
2025-05-26 18:40:51 +00:00
|
|
|
"CorsOrigins": "http://localhost,http://localhost:3000,http://localhost:3003,http://localhost:4200,http://localhost:5173",
|
2025-05-06 06:45:49 +00:00
|
|
|
"RedirectAllowedUrls": "http://localhost:4200,http://localhost:4200/authentication/callback",
|
2025-05-27 06:24:00 +00:00
|
|
|
"AttachmentsPath": "C:\\Private\\Projects\\sozsoft\\configs\\mail-queue\\attachments",
|
|
|
|
|
"CdnPath": "C:\\Private\\Projects\\sozsoft\\configs\\docker\\data\\cdn",
|
2025-05-06 06:45:49 +00:00
|
|
|
"Version": "1.0.4"
|
|
|
|
|
},
|
|
|
|
|
"ConnectionStrings": {
|
2025-05-23 14:45:10 +00:00
|
|
|
// "Default": "Server=localhost;Database=KURS;User Id=sa;password=NvQp8s@l;Trusted_Connection=False;TrustServerCertificate=True;"
|
|
|
|
|
"Default": "User ID=sa;Password=NvQp8s@l;Host=localhost;Port=5432;Database=KURS;"
|
2025-05-06 06:45:49 +00:00
|
|
|
},
|
|
|
|
|
"Redis": {
|
|
|
|
|
"IsEnabled": "true",
|
|
|
|
|
"Configuration": "127.0.0.1:6379,abortConnect=false,connectTimeout=30000,responseTimeout=30000"
|
|
|
|
|
},
|
|
|
|
|
"AuthServer": {
|
|
|
|
|
"Authority": "https://localhost:44344",
|
|
|
|
|
"RequireHttpsMetadata": false,
|
|
|
|
|
"SwaggerClientId": "Platform_Swagger"
|
|
|
|
|
},
|
|
|
|
|
"StringEncryption": {
|
|
|
|
|
"DefaultPassPhrase": "UQpiYfT79zRZ3yYH"
|
|
|
|
|
},
|
|
|
|
|
"Serilog": {
|
|
|
|
|
"MinimumLevel": {
|
2025-05-08 07:17:50 +00:00
|
|
|
"Default": "Information"
|
|
|
|
|
}
|
2025-05-06 06:45:49 +00:00
|
|
|
}
|
|
|
|
|
}
|