erp-platform/api/src/Kurs.Platform.HttpApi.Host/appsettings.Production.json

32 lines
1.1 KiB
JSON
Raw Normal View History

2025-05-06 06:45:49 +00:00
{
"App": {
2025-05-09 07:04:51 +00:00
"SelfUrl": "https://kurs-api.sozsoft.com",
"ClientUrl": "https://kurs.sozsoft.com",
"CorsOrigins": "https://kurs.sozsoft.com",
"RedirectAllowedUrls": "https://kurs.sozsoft.com,https://kurs.sozsoft.com/authentication/callback",
2025-05-06 06:45:49 +00:00
"AttachmentsPath": "/etc/api/mail-queue/attachments",
"CdnPath": "/etc/api/cdn"
},
"ConnectionStrings": {
2025-05-06 11:03:45 +00:00
// "Default": "Server=sql;Database=Demo;User Id=sa;password=NvQp8s@l;Trusted_Connection=False;TrustServerCertificate=True;"
"Default": "User ID=sa;Password=NvQp8s@l;Host=postgres;Port=5432;Database=Demo;"
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-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
}
}
}