Skip to content

Commit

Permalink
docs: management service reference config added (#114)
Browse files Browse the repository at this point in the history
  • Loading branch information
dadrus authored Jul 26, 2022
1 parent 4df5d73 commit 362a55a
Showing 1 changed file with 24 additions and 0 deletions.
24 changes: 24 additions & 0 deletions docs/content/docs/configuration/reference/configuration.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,30 @@ serve:
trusted_proxies:
- 192.168.1.0/24
management:
host: 127.0.0.1
port: 4457
verbose_errors: false
timeout:
read: 2s
write: 5s
idle: 2m
cors:
allowed_origins:
- example.org
allowed_methods:
- GET
- POST
allowed_headers:
- Authorization
exposed_headers:
- X-My-Header
allow_credentials: true
max_age: 1m
tls:
key: /path/to/key/file.pem
cert: /path/to/cert/file.pem
log:
level: debug
format: text
Expand Down

0 comments on commit 362a55a

Please sign in to comment.