BCards/src/BCards.Web/appsettings.Release.json
Ricardo Carneiro 90cc01d7cf
All checks were successful
BCards Deployment Pipeline / Run Tests (push) Successful in 1s
BCards Deployment Pipeline / PR Validation (push) Has been skipped
BCards Deployment Pipeline / Build and Push Image (push) Successful in 15m39s
BCards Deployment Pipeline / Deploy to Production (ARM - OCI) (push) Successful in 1m17s
BCards Deployment Pipeline / Deploy to Staging (x86 - Local) (push) Has been skipped
BCards Deployment Pipeline / Cleanup Old Resources (push) Has been skipped
BCards Deployment Pipeline / Deployment Summary (push) Successful in 0s
feat: heath checks, seq e logs
2025-08-24 20:00:53 -03:00

18 lines
379 B
JSON

{
"Logging": {
"LogLevel": {
"Default": "Information",
"Microsoft.AspNetCore": "Warning"
}
},
"Serilog": {
"SeqUrl": "http://seq.internal:5341",
"ApiKey": "YOUR_PRODUCTION_API_KEY"
},
"MongoDb": {
"ConnectionString": "mongodb://192.168.0.100:27017",
"DatabaseName": "BCardsDB_Staging"
},
"BaseUrl": "http://192.168.0.100:8080"
}