Change authorization header key (#6)
* Change authorization header key as the use of headers starting with X- has been deprecated in RFC6648. * Update configuration.example.yaml Co-authored-by: Sebastian Serth <MrSerth@users.noreply.github.com>
This commit is contained in:
@ -4,7 +4,7 @@ server:
|
||||
address: 127.0.0.1
|
||||
# Port on which the webserver listens
|
||||
port: 7200
|
||||
# If set, this token is required in the X-Poseidon-Token header for each route except /health
|
||||
# If set, this token is required in the `Poseidon-Token` header for each route except /health
|
||||
token: SECRET
|
||||
# Configuration of TLS between the web client and Poseidon.
|
||||
tls:
|
||||
|
Reference in New Issue
Block a user