Skip to content

Commit ae3ef1b

Browse files
committed
fix syntax
1 parent 402fdda commit ae3ef1b

File tree

2 files changed

+1
-4
lines changed

2 files changed

+1
-4
lines changed

Services/Svc.BlobStorage.Tests/appsettings.json

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,14 +12,11 @@
1212
"RootFolder": "BlobStorage"
1313
},
1414

15-
// Run this before test "docker run -p 10000:10000 -p 10001:10001 -p 10002:10002 mcr.microsoft.com/azure-storage/azurite"
1615
"AzureStorage": {
1716
"ConnectionString": "UseDevelopmentStorage=true",
1817
"ContainerName": "test"
1918
},
2019

21-
// Run this before test "docker run -d -p 9444:9000 scireum/s3-ninja:latest"
22-
// Access here http://localhost:9444/ui
2320
"S3": {
2421
"ConnectionString": "http://localhost:9444/s3/",
2522
"RegionEndpointName": "",

z_Templates/SlimBus.ApiEndpoints/SlimBus.Api/appsettings.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
}
88
},
99

10-
"AzureMonitor":{"ConnectionString": ""}, //Application Insight connection String here
10+
"AzureMonitor":{"ConnectionString": ""},
1111
"OTEL_EXPORTER_OTLP_ENDPOINT": "http://localhost:4317",
1212
"OTEL_SERVICE_NAME": "SlimBus.Api",
1313

0 commit comments

Comments
 (0)