Initial commit: Add project files
This commit is contained in:
@@ -0,0 +1,28 @@
|
||||
{
|
||||
"ConnectionStrings": {
|
||||
"Postgres": "Host=localhost;Port=5432;Database=kartsell;Username=kartsell;Password=kartsell"
|
||||
},
|
||||
"Authentication": {
|
||||
"Mode": "FailClosed"
|
||||
},
|
||||
"Capabilities": {
|
||||
"AutomaticOrder": false,
|
||||
"KisOrderAdapter": false,
|
||||
"ClientPublication": false,
|
||||
"ShadowEvaluation": true
|
||||
},
|
||||
"Serilog": {
|
||||
"MinimumLevel": {
|
||||
"Default": "Information",
|
||||
"Override": {
|
||||
"Microsoft.AspNetCore": "Warning"
|
||||
}
|
||||
}
|
||||
},
|
||||
"OTEL_EXPORTER_OTLP_ENDPOINT": "http://localhost:4317",
|
||||
"ModelOperations": {
|
||||
"DispatcherEnabled": false,
|
||||
"DispatcherCron": "*/15 * * * *",
|
||||
"Boundary": "EVIDENCE_ONLY_NO_AUTO_MODEL_OR_ORDER_MUTATION"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user