Skip to content

Commit

Permalink
Update services/mq-interceptor/README.md
Browse files Browse the repository at this point in the history
Co-authored-by: Kjell Petersen <[email protected]>
  • Loading branch information
kjetilkl and kjellp committed Nov 22, 2024
1 parent 0fee6eb commit f0a5ee7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion services/mq-interceptor/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ The MQ-interceptor service can be configured by setting the following environmen
None of these variables have default fallback values, and MQ-interceptor will usually fail to start if they are not set explicitly. The only variable that is not required is VERIFY_CERT, and the MQ-interceptor will always verify certificates unless this variable is explicitly set to "false".

## Build and execute
The MQ-interceptor is written in the [GO language](https://go.dev/) and requires the [GO compiler](https://go.dev/doc/install) to build.
The MQ-interceptor is written in the [Go language](https://go.dev/) and requires the [Go compiler](https://go.dev/doc/install) to build.
```bash
go build
```
Expand Down

0 comments on commit f0a5ee7

Please sign in to comment.