From a95db653ca455e50394574e8207083e1342077cc Mon Sep 17 00:00:00 2001 From: Sebastian Serth Date: Wed, 20 Apr 2022 19:06:45 +0200 Subject: [PATCH] Fix another typo in configuration.example.yaml --- configuration.example.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configuration.example.yaml b/configuration.example.yaml index dac100a..f169e97 100644 --- a/configuration.example.yaml +++ b/configuration.example.yaml @@ -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"