Skip to content

Commit

Permalink
Remove unnecessary header 4 and various tidies. (#566)
Browse files Browse the repository at this point in the history
Co-authored-by: Alexander Russell <awjrussell@live.co.uk>
  • Loading branch information
AndyHale and alexanderwjrussell authored Oct 29, 2024
1 parent 94341ce commit b5a2997
Show file tree
Hide file tree
Showing 3 changed files with 108 additions and 127 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -174,7 +174,7 @@ See the note on Environment Variables below for the adjustments that you should
-e EVENTHUB_CONNECTIONSTRING=your-aeh-connection-string ^
-e SERVICEBUS_CONNECTIONSTRING=your-asb-connection-string ^
-e STORAGE_CONNECTIONSTRING=your-aeh-storage-connection-string ^
-e TOPIC_ARN=your-aws-sns-topic-arn
-e TOPIC_ARN=your-aws-sns-topic-arn ^
dotnet-api:latest
```

Expand All @@ -185,7 +185,7 @@ See the note on Environment Variables below for the adjustments that you should
-e EVENTHUB_CONNECTIONSTRING=your-aeh-connection-string `
-e SERVICEBUS_CONNECTIONSTRING=your-asb-connection-string `
-e STORAGE_CONNECTIONSTRING=your-aeh-storage-connection-string `
-e TOPIC_ARN=your-aws-sns-topic-arn
-e TOPIC_ARN=your-aws-sns-topic-arn `
dotnet-api:latest
```

Expand Down
Loading

0 comments on commit b5a2997

Please sign in to comment.