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

33 lines
1.2 KiB
JSON
Raw Normal View History

2025-05-06 06:45:49 +00:00
{
"App": {
"SelfUrl": "https://localhost:44344",
"ClientUrl": "http://localhost:3000",
"CorsOrigins": "http://localhost,http://localhost:3000,http://localhost:4200",
2025-05-06 06:45:49 +00:00
"RedirectAllowedUrls": "http://localhost:4200,http://localhost:4200/authentication/callback",
"AttachmentsPath": "C:\\Private\\Projects\\sozsoft\\configs\\mail-queue\\attachments",
2025-10-25 23:42:35 +00:00
"CdnPath": "C:\\Private\\Projects\\sozsoft\\configs\\docker\\cdn",
2025-09-19 20:36:10 +00:00
"Version": "1.0.1"
2025-05-06 06:45:49 +00:00
},
"ConnectionStrings": {
2025-06-10 20:34:46 +00:00
"SqlServer": "Server=localhost;Database=KURS;User Id=sa;password=NvQp8s@l;Trusted_Connection=False;TrustServerCertificate=True;",
"PostgreSql": "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
}
}