2025-05-06 06:45:49 +00:00
|
|
|
{
|
|
|
|
|
"App": {
|
2025-08-11 06:34:44 +00:00
|
|
|
"SelfUrl": "https://api.sozsoft.com",
|
|
|
|
|
"ClientUrl": "https://sozsoft.com",
|
2025-08-11 21:35:35 +00:00
|
|
|
"CorsOrigins": "https://sozsoft.com",
|
2025-08-11 06:34:44 +00:00
|
|
|
"RedirectAllowedUrls": "https://sozsoft.com,https://sozsoft.com/authentication/callback",
|
2025-05-06 06:45:49 +00:00
|
|
|
"AttachmentsPath": "/etc/api/mail-queue/attachments",
|
2025-08-11 06:34:44 +00:00
|
|
|
"CdnPath": "/etc/api/cdn",
|
2025-08-12 14:19:38 +00:00
|
|
|
"BaseDomain": "sozsoft.com"
|
2025-05-06 06:45:49 +00:00
|
|
|
},
|
|
|
|
|
"ConnectionStrings": {
|
2025-11-06 18:13:35 +00:00
|
|
|
"SqlServer": "Server=sql;Database=Erp;User Id=sa;password=NvQp8s@l;Trusted_Connection=False;Encrypt=False;TrustServerCertificate=True;Connection Timeout=60;MultipleActiveResultSets=true;",
|
2025-11-03 11:25:05 +00:00
|
|
|
"PostgreSql": "User ID=sa;Password=NvQp8s@l;Host=postgres;Port=5432;Database=Erp;"
|
2025-05-06 06:45:49 +00:00
|
|
|
},
|
|
|
|
|
"Redis": {
|
|
|
|
|
"IsEnabled": "true",
|
|
|
|
|
"Configuration": "redis:6379,abortConnect=false,connectTimeout=30000,responseTimeout=30000"
|
|
|
|
|
},
|
|
|
|
|
"AuthServer": {
|
2025-08-11 06:34:44 +00:00
|
|
|
"Authority": "https://api.sozsoft.com",
|
2025-05-06 06:45:49 +00:00
|
|
|
"RequireHttpsMetadata": false,
|
|
|
|
|
"SwaggerClientId": "Platform_Swagger"
|
|
|
|
|
},
|
|
|
|
|
"StringEncryption": {
|
|
|
|
|
"DefaultPassPhrase": "UQpiYfT79zRZ3yYH"
|
|
|
|
|
},
|
|
|
|
|
"Serilog": {
|
|
|
|
|
"MinimumLevel": {
|
2025-05-08 07:17:50 +00:00
|
|
|
"Default": "Information"
|
2025-05-06 06:45:49 +00:00
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
}
|