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
18 lines
379 B
JSON
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"
|
|
}
|