2025-05-06 06:45:49 +00:00
|
|
|
{
|
|
|
|
|
"App": {
|
2025-05-09 07:04:51 +00:00
|
|
|
"SelfUrl": "https://kurs-dev-api.sozsoft.com",
|
|
|
|
|
"ClientUrl": "https://kurs-dev.sozsoft.com",
|
2025-06-20 21:01:38 +00:00
|
|
|
"CorsOrigins": "https://sozsoft.com,https://kurs-dev.sozsoft.com",
|
2025-05-09 07:04:51 +00:00
|
|
|
"RedirectAllowedUrls": "https://kurs-dev.sozsoft.com,https://kurs-dev.sozsoft.com/authentication/callback",
|
2025-05-06 06:45:49 +00:00
|
|
|
"AttachmentsPath": "/etc/api/mail-queue/attachments",
|
|
|
|
|
"CdnPath": "/etc/api/cdn"
|
|
|
|
|
},
|
|
|
|
|
"ConnectionStrings": {
|
2025-06-10 20:34:46 +00:00
|
|
|
"SqlServer": "Server=sql;Database=KURS;User Id=sa;password=NvQp8s@l;Trusted_Connection=False;TrustServerCertificate=True;",
|
|
|
|
|
"PostgreSql": "User ID=sa;Password=NvQp8s@l;Host=postgres;Port=5432;Database=KURS;"
|
2025-05-06 06:45:49 +00:00
|
|
|
},
|
|
|
|
|
"Redis": {
|
|
|
|
|
"IsEnabled": "true",
|
|
|
|
|
"Configuration": "redis:6379,abortConnect=false,connectTimeout=30000,responseTimeout=30000"
|
|
|
|
|
},
|
|
|
|
|
"AuthServer": {
|
2025-05-09 07:04:51 +00:00
|
|
|
"Authority": "https://kurs-dev-api.sozsoft.com",
|
2025-05-06 06:45:49 +00:00
|
|
|
"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
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
}
|