Fix another typo in configuration.example.yaml

This commit is contained in:
Sebastian Serth
2022-04-20 19:06:45 +02:00
parent 9b4b31585f
commit a95db653ca

View File

@ -46,7 +46,7 @@ nomad:
aws:
# Specifies whether AWS should be used as executor.
enabled: false
# The enpoint of the WebSocket API
# The endpoint of the WebSocket API
endpoint: wss://abcdef1234.execute-api.eu-central-1.amazonaws.com/production
# Currently, only static AWS environments are supported. You can list them here separated by spaces.
functions: "java11Exec go118Exec"