50 lines
1.7 KiB
JSON
50 lines
1.7 KiB
JSON
{
|
|
"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",
|
|
"CdnPath": "/etc/api/cdn",
|
|
"DbMigratorSeedsPath": "/etc/api/seeds",
|
|
"BaseDomain": "sozsoft.com",
|
|
"BackupPath": "/var/opt/mssql/backup"
|
|
},
|
|
"ConnectionStrings": {
|
|
"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;"
|
|
},
|
|
"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
|
|
}
|
|
},
|
|
"StringEncryption": {
|
|
"DefaultPassPhrase": "UQpiYfT79zRZ3yYH"
|
|
},
|
|
"Setup": {
|
|
"MigratorPath": "/srv/Sozsoft.Platform.DbMigrator",
|
|
"MigratorArgs": "--Seed=true"
|
|
},
|
|
"Serilog": {
|
|
"MinimumLevel": {
|
|
"Default": "Information",
|
|
"Override": {
|
|
"Microsoft": "Warning",
|
|
"Volo.Abp": "Warning",
|
|
"Sozsoft": "Information"
|
|
}
|
|
}
|
|
}
|
|
}
|