Update example config with lowercase keys

This commit is contained in:
Sebastian Serth
2022-09-18 01:55:58 +02:00
parent ce14c116be
commit 1df9701a74
2 changed files with 5 additions and 5 deletions

View File

@ -16,9 +16,9 @@ server:
# The path to the key file used for TLS
keyfile: ./poseidon.key
# If true, an additional WebSocket connection will be opened to split stdout and stderr when executing interactively
interactiveStderr: true
interactivestderr: true
# If set, the file at the given path overwrites the default Nomad job file in internal/environment/template-environment-job.hcl
templateJobFile: ./poseidon.hcl
templatejobfile: ./poseidon.hcl
# Configuration of the used Nomad cluster
nomad: