MarketAlly.AIPlugin.Extensions/MarketAlly.AIPlugin.DevOps/Tests/TestData/SampleConfigs/appsettings.Production.json

29 lines
640 B
JSON
Executable File

{
"Logging": {
"LogLevel": {
"Default": "Information",
"Microsoft.AspNetCore": "Warning"
}
},
"ConnectionStrings": {
"DefaultConnection": "Server=prod-server;Database=ProdDB;Trusted_Connection=true;",
"Redis": "prod-redis:6379"
},
"ApiSettings": {
"BaseUrl": "https://api.marketally.com",
"Timeout": 60,
"RetryCount": 5
},
"Security": {
"EnableSsl": true,
"RequireHttps": true
},
"Features": {
"EnableDebugMode": false,
"EnableDetailedErrors": false
},
"Authentication": {
"Authority": "https://auth.marketally.com",
"ClientId": "marketally-client"
}
}