File tree Expand file tree Collapse file tree 2 files changed +1
-4
lines changed
Services/Svc.BlobStorage.Tests
z_Templates/SlimBus.ApiEndpoints/SlimBus.Api Expand file tree Collapse file tree 2 files changed +1
-4
lines changed Original file line number Diff line number Diff line change 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" : " " ,
Original file line number Diff line number Diff line change 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
You can’t perform that action at this time.
0 commit comments