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

50 lines
1.7 KiB
JSON
Raw Normal View History

2026-02-24 20:44:16 +00:00
{
"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",
"CdnUrl": "https://cdn.sozsoft.com",
2026-02-24 20:44:16 +00:00
"CdnPath": "/etc/api/cdn",
2026-04-29 22:40:32 +00:00
"BaseDomain": "sozsoft.com",
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=sql;Database=Sozsoft;User Id=sa;password=K1r1Ut7Z2o@@;Trusted_Connection=False;Encrypt=False;TrustServerCertificate=True;Connection Timeout=60;",
"PostgreSql": "User ID=sa;Password=K1r1Ut7Z2o@@;Host=postgres;Port=5432;Database=Sozsoft;"
2026-02-24 20:44:16 +00:00
},
"Redis": {
"IsEnabled": "true",
"Configuration": "redis:6379,abortConnect=false,connectTimeout=30000,responseTimeout=30000"
},
"AuthServer": {
"Authority": "https://api.sozsoft.com",
"RequireHttpsMetadata": false,
"SwaggerClientId": "Platform_Swagger"
},
"OpenIddict": {
"TokenLifetimes": {
"AccessTokenMinutes": 60,
"RefreshTokenMinutes": 90
}
},
2026-02-24 20:44:16 +00:00
"StringEncryption": {
"DefaultPassPhrase": "UQpiYfT79zRZ3yYH"
},
2026-04-23 12:30:20 +00:00
"Setup": {
"MigratorPath": "/srv/Sozsoft.Platform.DbMigrator",
"MigratorArgs": "--Seed=true"
},
2026-02-24 20:44:16 +00:00
"Serilog": {
"MinimumLevel": {
"Default": "Information",
"Override": {
"Microsoft": "Warning",
"Volo.Abp": "Warning",
"Sozsoft": "Information"
}
2026-02-24 20:44:16 +00:00
}
}
}