Delete old example file "configuration.yaml.example"

This commit is contained in:
Felix Auringer
2021-05-05 15:07:10 +02:00
parent e230ea854c
commit c571d4635d

View File

@ -1,14 +0,0 @@
server:
address: 127.0.0.1
port: 3000
# If set, this token is required in the X-Poseidon-Token header for each route except /health
token: SECRET
tls: false
certfile: ./poseidon.crt
keyfile: ./poseidon.key
nomad:
address: http://127.0.0.1:4646
token: SECRET
tls: false
logger:
level: INFO