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

35 lines
1.2 KiB
JSON
Raw Normal View History

2025-05-06 06:45:49 +00:00
{
"App": {
2025-08-11 06:34:44 +00:00
"SelfUrl": "https://api.sozsoft.com",
"ClientUrl": "https://sozsoft.com",
2025-08-11 21:35:35 +00:00
"CorsOrigins": "https://sozsoft.com",
2025-08-11 06:34:44 +00:00
"RedirectAllowedUrls": "https://sozsoft.com,https://sozsoft.com/authentication/callback",
2025-05-06 06:45:49 +00:00
"AttachmentsPath": "/etc/api/mail-queue/attachments",
2025-08-11 06:34:44 +00:00
"CdnPath": "/etc/api/cdn",
"ImportPath": "/etc/api/import",
2025-10-13 21:47:53 +00:00
"ActivityPath": "/etc/api/activity",
"BaseDomain": "sozsoft.com"
2025-05-06 06:45:49 +00:00
},
"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-08-11 06:34:44 +00:00
"Authority": "https://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
}
}
}