Skip to content

Commit

Permalink
autogen(docs): generate and format documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
aeneasr committed Oct 11, 2020
1 parent f83f662 commit 8ff756c
Showing 1 changed file with 42 additions and 51 deletions.
93 changes: 42 additions & 51 deletions docs/docs/reference/configuration.md
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ log:
# - Windows Command Line (CMD):
# > set LOG_LEVEL=<value>
#
level: info
level: fatal

## leak_sensitive_values ##
#
Expand Down Expand Up @@ -82,7 +82,7 @@ log:
# - Windows Command Line (CMD):
# > set LOG_FORMAT=<value>
#
format: json
format: text

## serve ##
#
Expand All @@ -104,7 +104,7 @@ serve:
# - Windows Command Line (CMD):
# > set SERVE_PUBLIC_PORT=<value>
#
port: 34791
port: 36683

## host ##
#
Expand All @@ -119,7 +119,7 @@ serve:
# - Windows Command Line (CMD):
# > set SERVE_PUBLIC_HOST=<value>
#
host: ''
host: localhost

## cors ##
#
Expand Down Expand Up @@ -158,9 +158,7 @@ serve:
# > set SERVE_PUBLIC_CORS_ALLOWED_ORIGINS=<value>
#
allowed_origins:
- https://example.com
- https://*.example.com
- https://*.foo.example.com
- '*'

## allowed_methods ##
#
Expand All @@ -175,10 +173,11 @@ serve:
# > set SERVE_PUBLIC_CORS_ALLOWED_METHODS=<value>
#
allowed_methods:
- PATCH
- OPTIONS
- POST
- DELETE
- GET
- TRACE
- TRACE
- CONNECT

## allowed_headers ##
#
Expand All @@ -193,11 +192,7 @@ serve:
# > set SERVE_PUBLIC_CORS_ALLOWED_HEADERS=<value>
#
allowed_headers:
- ullamco adipisicing pariatur
- officia tempor dolore et
- aliqua nulla pariatur exercitation
- reprehenderit
- anim commodo
- qui aute dolor in

## exposed_headers ##
#
Expand All @@ -212,10 +207,7 @@ serve:
# > set SERVE_PUBLIC_CORS_EXPOSED_HEADERS=<value>
#
exposed_headers:
- irure minim
- Duis in Ut aliqua sit
- dolor ipsum
- veniam
- anim dolore magna

## allow_credentials ##
#
Expand All @@ -229,7 +221,7 @@ serve:
# - Windows Command Line (CMD):
# > set SERVE_PUBLIC_CORS_ALLOW_CREDENTIALS=<value>
#
allow_credentials: false
allow_credentials: true

## options_passthrough ##
#
Expand All @@ -243,7 +235,7 @@ serve:
# - Windows Command Line (CMD):
# > set SERVE_PUBLIC_CORS_OPTIONS_PASSTHROUGH=<value>
#
options_passthrough: false
options_passthrough: true

## max_age ##
#
Expand All @@ -257,7 +249,7 @@ serve:
# - Windows Command Line (CMD):
# > set SERVE_PUBLIC_CORS_MAX_AGE=<value>
#
max_age: 82208928
max_age: 76459992

## debug ##
#
Expand Down Expand Up @@ -288,7 +280,7 @@ serve:
# - Windows Command Line (CMD):
# > set SERVE_PUBLIC_SOCKET_OWNER=<value>
#
owner: veniam adipisicing commodo proident
owner: ea Ut officia

## group ##
#
Expand All @@ -300,7 +292,7 @@ serve:
# - Windows Command Line (CMD):
# > set SERVE_PUBLIC_SOCKET_GROUP=<value>
#
group: exercitation commodo
group: enim fugiat cupidatat tempor

## mode ##
#
Expand All @@ -318,7 +310,7 @@ serve:
# - Windows Command Line (CMD):
# > set SERVE_PUBLIC_SOCKET_MODE=<value>
#
mode: 222
mode: 323

## access_log ##
#
Expand Down Expand Up @@ -352,7 +344,7 @@ serve:
# - Windows Command Line (CMD):
# > set SERVE_ADMIN_PORT=<value>
#
port: 37755
port: 14861

## host ##
#
Expand Down Expand Up @@ -421,7 +413,7 @@ serve:
# > set SERVE_ADMIN_CORS_ALLOWED_METHODS=<value>
#
allowed_methods:
- HEAD
- DELETE

## allowed_headers ##
#
Expand All @@ -436,9 +428,11 @@ serve:
# > set SERVE_ADMIN_CORS_ALLOWED_HEADERS=<value>
#
allowed_headers:
- labore reprehenderit nisi
- labore
- nostrud
- Lorem elit
- mollit esse velit
- cillum est consequat dolore
- dolore
- amet incididunt non

## exposed_headers ##
#
Expand All @@ -453,8 +447,8 @@ serve:
# > set SERVE_ADMIN_CORS_EXPOSED_HEADERS=<value>
#
exposed_headers:
- mollit labore
- Duis tempor enim sint sit
- sit
- incididunt

## allow_credentials ##
#
Expand All @@ -468,7 +462,7 @@ serve:
# - Windows Command Line (CMD):
# > set SERVE_ADMIN_CORS_ALLOW_CREDENTIALS=<value>
#
allow_credentials: false
allow_credentials: true

## options_passthrough ##
#
Expand Down Expand Up @@ -496,7 +490,7 @@ serve:
# - Windows Command Line (CMD):
# > set SERVE_ADMIN_CORS_MAX_AGE=<value>
#
max_age: 75620317
max_age: 50709404

## debug ##
#
Expand Down Expand Up @@ -527,7 +521,7 @@ serve:
# - Windows Command Line (CMD):
# > set SERVE_ADMIN_SOCKET_OWNER=<value>
#
owner: ipsum reprehenderit sit in
owner: Ut

## group ##
#
Expand All @@ -539,7 +533,7 @@ serve:
# - Windows Command Line (CMD):
# > set SERVE_ADMIN_SOCKET_GROUP=<value>
#
group: incididunt sit
group: do Lorem Ut

## mode ##
#
Expand All @@ -557,7 +551,7 @@ serve:
# - Windows Command Line (CMD):
# > set SERVE_ADMIN_SOCKET_MODE=<value>
#
mode: 41
mode: 336

## access_log ##
#
Expand Down Expand Up @@ -625,10 +619,6 @@ serve:
#
allow_termination_from:
- 127.0.0.1/32
- 127.0.0.1/32
- 127.0.0.1/32
- 127.0.0.1/32
- 127.0.0.1/32

## cookies ##
#
Expand Down Expand Up @@ -667,7 +657,7 @@ serve:
# - Windows Command Line (CMD):
# > set SERVE_COOKIES_SAME_SITE_LEGACY_WORKAROUND=<value>
#
same_site_legacy_workaround: true
same_site_legacy_workaround: false

## dsn ##
#
Expand All @@ -679,7 +669,7 @@ serve:
# - Windows Command Line (CMD):
# > set DSN=<value>
#
dsn: laboris incididunt pariatur sunt
dsn: Ut

## webfinger ##
#
Expand All @@ -706,7 +696,8 @@ webfinger:
# - Windows Command Line (CMD):
# > set WEBFINGER_JWKS_BROADCAST_KEYS=<value>
#
broadcast_keys: hydra.jwt.access-token
broadcast_keys:
- hydra.openid.id-token

## oidc_discovery ##
#
Expand Down Expand Up @@ -981,7 +972,7 @@ strategies:
# - Windows Command Line (CMD):
# > set STRATEGIES_SCOPE=<value>
#
scope: wildcard
scope: DEPRECATED_HIERARCHICAL_SCOPE_STRATEGY

## access_token ##
#
Expand All @@ -997,7 +988,7 @@ strategies:
# - Windows Command Line (CMD):
# > set STRATEGIES_ACCESS_TOKEN=<value>
#
access_token: opaque
access_token: jwt

## ttl ##
#
Expand Down Expand Up @@ -1044,7 +1035,7 @@ ttl:
# - Windows Command Line (CMD):
# > set TTL_REFRESH_TOKEN=<value>
#
refresh_token: 720h
refresh_token: -1

## id_token ##
#
Expand Down Expand Up @@ -1092,7 +1083,7 @@ oauth2:
# - Windows Command Line (CMD):
# > set OAUTH2_EXPOSE_INTERNAL_ERRORS=<value>
#
expose_internal_errors: true
expose_internal_errors: false

## hashers ##
#
Expand All @@ -1118,7 +1109,7 @@ oauth2:
# - Windows Command Line (CMD):
# > set OAUTH2_HASHERS_BCRYPT_COST=<value>
#
cost: 30637260
cost: 92241559

## pkce ##
#
Expand Down Expand Up @@ -1363,7 +1354,7 @@ tracing:
# - Windows Command Line (CMD):
# > set VERSION=<value>
#
version: v73.0.0
version: v466926.6671009.0-0.658222.89446750941.0.8817X593dd.54j1MegPDgo9+aQUIbsYJg.wlUCx.vv3.rbvDUlwi.i.xp1SsZG1l5m.ml.hkSnDCct0

## cgroups ##
#
Expand All @@ -1390,5 +1381,5 @@ cgroups:
# - Windows Command Line (CMD):
# > set CGROUPS_V1_AUTO_MAX_PROCS_ENABLED=<value>
#
auto_max_procs_enabled: true
auto_max_procs_enabled: false
```

0 comments on commit 8ff756c

Please sign in to comment.