sozsoft-platform/api/src/Sozsoft.Platform.HttpApi.Host/appsettings.json

49 lines
1.7 KiB
JSON
Raw Normal View History

2026-02-24 20:44:16 +00:00
{
"App": {
"SelfUrl": "https://localhost:44344",
"ClientUrl": "http://localhost:3000",
"CorsOrigins": "http://localhost,http://localhost:3000,http://localhost:4200",
"RedirectAllowedUrls": "http://localhost:4200,http://localhost:4200/authentication/callback",
2026-02-25 06:31:17 +00:00
"AttachmentsPath": "C:\\Private\\Projects\\sozsoft-platform\\configs\\mail-queue\\attachments",
2026-06-15 07:09:06 +00:00
"CdnUrl": "http://localhost:4005",
"CdnPath": "D:\\Sozsoft\\sozsoft-platform\\configs\\docker\\data\\cdn",
2026-08-12 12:20:00 +00:00
"Version": "1.1.2",
2026-05-14 06:47:09 +00:00
"BackupPath": "/var/opt/mssql/backup"
2026-02-24 20:44:16 +00:00
},
"ConnectionStrings": {
2026-06-29 11:10:27 +00:00
"SqlServer": "Server=localhost;Database=Sozsoft;User Id=sa;password=K1r1Ut7Z2o@@;Trusted_Connection=False;Encrypt=False;TrustServerCertificate=True;Connection Timeout=60;",
"PostgreSql": "User ID=sa;Password=K1r1Ut7Z2o@@;Host=localhost;Port=5432;Database=Sozsoft;"
2026-02-24 20:44:16 +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"
},
"OpenIddict": {
"TokenLifetimes": {
"AccessTokenMinutes": 60,
"RefreshTokenMinutes": 90
}
},
"Setup": {
2026-06-29 11:10:27 +00:00
"MigrationPassword": "K1r1Ut7Z2o@@"
},
2026-02-24 20:44:16 +00:00
"StringEncryption": {
"DefaultPassPhrase": "UQpiYfT79zRZ3yYH"
},
"Serilog": {
"MinimumLevel": {
"Default": "Information",
"Override": {
"Microsoft": "Warning",
"Volo.Abp": "Warning",
"Sozsoft": "Information"
}
2026-02-24 20:44:16 +00:00
}
}
}