31 lines
1.1 KiB
JSON
31 lines
1.1 KiB
JSON
{
|
|
"App": {
|
|
"SelfUrl": "https://kurs-api.sozsoft.com",
|
|
"ClientUrl": "https://kurs.sozsoft.com",
|
|
"CorsOrigins": "https://kurs.sozsoft.com,https://demo.sozsoft.com",
|
|
"RedirectAllowedUrls": "https://kurs.sozsoft.com,https://kurs.sozsoft.com/authentication/callback",
|
|
"AttachmentsPath": "/etc/api/mail-queue/attachments",
|
|
"CdnPath": "/etc/api/cdn"
|
|
},
|
|
"ConnectionStrings": {
|
|
// "Default": "Server=sql;Database=Demo;User Id=sa;password=NvQp8s@l;Trusted_Connection=False;TrustServerCertificate=True;"
|
|
"Default": "User ID=sa;Password=NvQp8s@l;Host=postgres;Port=5432;Database=Demo;"
|
|
},
|
|
"Redis": {
|
|
"IsEnabled": "true",
|
|
"Configuration": "redis:6379,abortConnect=false,connectTimeout=30000,responseTimeout=30000"
|
|
},
|
|
"AuthServer": {
|
|
"Authority": "https://kurs-api.sozsoft.com",
|
|
"RequireHttpsMetadata": false,
|
|
"SwaggerClientId": "Platform_Swagger"
|
|
},
|
|
"StringEncryption": {
|
|
"DefaultPassPhrase": "UQpiYfT79zRZ3yYH"
|
|
},
|
|
"Serilog": {
|
|
"MinimumLevel": {
|
|
"Default": "Information"
|
|
}
|
|
}
|
|
}
|