erp-platform/api/src/Kurs.Platform.HttpApi.Host/appsettings.Production.json
2025-10-14 00:47:53 +03:00

34 lines
1.2 KiB
JSON

{
"App": {
"SelfUrl": "https://api.sozsoft.com",
"ClientUrl": "https://sozsoft.com",
"CorsOrigins": "https://sozsoft.com",
"RedirectAllowedUrls": "https://sozsoft.com,https://sozsoft.com/authentication/callback",
"AttachmentsPath": "/etc/api/mail-queue/attachments",
"CdnPath": "/etc/api/cdn",
"ImportPath": "/etc/api/import",
"ActivityPath": "/etc/api/activity",
"BaseDomain": "sozsoft.com"
},
"ConnectionStrings": {
"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;"
},
"Redis": {
"IsEnabled": "true",
"Configuration": "redis:6379,abortConnect=false,connectTimeout=30000,responseTimeout=30000"
},
"AuthServer": {
"Authority": "https://api.sozsoft.com",
"RequireHttpsMetadata": false,
"SwaggerClientId": "Platform_Swagger"
},
"StringEncryption": {
"DefaultPassPhrase": "UQpiYfT79zRZ3yYH"
},
"Serilog": {
"MinimumLevel": {
"Default": "Information"
}
}
}