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",
|
2026-06-19 05:58:13 +00:00
|
|
|
"CdnPath": "D:\\Sozsoft\\sozsoft-platform\\configs\\docker\\data\\cdn",
|
2026-06-27 18:38:36 +00:00
|
|
|
"Version": "1.0.7",
|
2026-05-14 06:47:09 +00:00
|
|
|
"BackupPath": "/var/opt/mssql/backup"
|
2026-02-24 20:44:16 +00:00
|
|
|
},
|
|
|
|
|
"ConnectionStrings": {
|
|
|
|
|
"SqlServer": "Server=localhost;Database=Sozsoft;User Id=sa;password=NvQp8s@l;Trusted_Connection=False;Encrypt=False;TrustServerCertificate=True;Connection Timeout=60;",
|
|
|
|
|
"PostgreSql": "User ID=sa;Password=NvQp8s@l;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"
|
|
|
|
|
},
|
2026-06-19 05:58:13 +00:00
|
|
|
"OpenIddict": {
|
|
|
|
|
"TokenLifetimes": {
|
|
|
|
|
"AccessTokenMinutes": 60,
|
|
|
|
|
"RefreshTokenMinutes": 90
|
|
|
|
|
}
|
|
|
|
|
},
|
2026-02-24 20:44:16 +00:00
|
|
|
"StringEncryption": {
|
|
|
|
|
"DefaultPassPhrase": "UQpiYfT79zRZ3yYH"
|
|
|
|
|
},
|
|
|
|
|
"Serilog": {
|
|
|
|
|
"MinimumLevel": {
|
2026-06-19 11:49:58 +00:00
|
|
|
"Default": "Information",
|
|
|
|
|
"Override": {
|
|
|
|
|
"Microsoft": "Warning",
|
|
|
|
|
"Volo.Abp": "Warning",
|
|
|
|
|
"Sozsoft": "Information"
|
|
|
|
|
}
|
2026-02-24 20:44:16 +00:00
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
}
|