sozsoft-platform/api/src/Sozsoft.Platform.HttpApi.Host/appsettings.json
2026-08-12 15:20:00 +03:00

48 lines
1.7 KiB
JSON

{
"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",
"AttachmentsPath": "C:\\Private\\Projects\\sozsoft-platform\\configs\\mail-queue\\attachments",
"CdnUrl": "http://localhost:4005",
"CdnPath": "D:\\Sozsoft\\sozsoft-platform\\configs\\docker\\data\\cdn",
"Version": "1.1.2",
"BackupPath": "/var/opt/mssql/backup"
},
"ConnectionStrings": {
"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;"
},
"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": {
"MigrationPassword": "K1r1Ut7Z2o@@"
},
"StringEncryption": {
"DefaultPassPhrase": "UQpiYfT79zRZ3yYH"
},
"Serilog": {
"MinimumLevel": {
"Default": "Information",
"Override": {
"Microsoft": "Warning",
"Volo.Abp": "Warning",
"Sozsoft": "Information"
}
}
}
}