Skip to content

Commit

Permalink
update some default values in the reference config / book and rebuild…
Browse files Browse the repository at this point in the history
… docs

Signed-off-by: sebadob <[email protected]>
  • Loading branch information
sebadob committed Nov 24, 2023
1 parent 1dc730c commit a97808a
Show file tree
Hide file tree
Showing 5 changed files with 20 additions and 20 deletions.
12 changes: 6 additions & 6 deletions docs/config/config.html
Original file line number Diff line number Diff line change
Expand Up @@ -417,7 +417,7 @@ <h1 id="reference-config"><a class="header" href="#reference-config">Reference C
# current cache leader at that time.
# Format: &quot;sec min hour day_of_month month day_of_week year&quot;
# default: &quot;0 30 3 1 * * *&quot;
JWK_AUTOROTATE_CRON=&quot;0 30 3 1 * * *&quot;
#JWK_AUTOROTATE_CRON=&quot;0 30 3 1 * * *&quot;

#####################################
####### EPHEMERAL CLIENTS ###########
Expand All @@ -431,7 +431,7 @@ <h1 id="reference-config"><a class="header" href="#reference-config">Reference C
# Can be set to 'true' to enable WebID functionality like needed
# for things like Solid OIDC.
# default: false
ENABLE_WEB_ID=true
#ENABLE_WEB_ID=false

# If set to 'true', 'solid' will be added to the 'aud' claim from the ID token
# for ephemeral clients.
Expand Down Expand Up @@ -524,11 +524,11 @@ <h1 id="reference-config"><a class="header" href="#reference-config">Reference C
# - warning
# - critical
# default: 'info'
EVENT_PERSIST_LEVEL=info
#EVENT_PERSIST_LEVEL=info

# Define the number of days when events should be cleaned up from the database.
# default: 31
EVENT_CLEANUP_DAYS=31
#EVENT_CLEANUP_DAYS=31

# The level for the generated Event after a new user has been registered.
# default: info
Expand Down Expand Up @@ -674,15 +674,15 @@ <h1 id="reference-config"><a class="header" href="#reference-config">Reference C
# Logs only requests to modifying endpoints and skips all GET
# - Off
# (default: Modifying)
LOG_LEVEL_ACCESS=Basic
#LOG_LEVEL_ACCESS=Basic

#####################################
################ MFA ################
#####################################

# If 'true', MFA for an account must be enabled to access the
# rauthy admin UI (default: true)
ADMIN_FORCE_MFA=false
#ADMIN_FORCE_MFA=true

#####################################
############## POW #################
Expand Down
12 changes: 6 additions & 6 deletions docs/print.html
Original file line number Diff line number Diff line change
Expand Up @@ -1553,7 +1553,7 @@ <h4 id="config-adjustments---rest-api"><a class="header" href="#config-adjustmen
# current cache leader at that time.
# Format: &quot;sec min hour day_of_month month day_of_week year&quot;
# default: &quot;0 30 3 1 * * *&quot;
JWK_AUTOROTATE_CRON=&quot;0 30 3 1 * * *&quot;
#JWK_AUTOROTATE_CRON=&quot;0 30 3 1 * * *&quot;

#####################################
####### EPHEMERAL CLIENTS ###########
Expand All @@ -1567,7 +1567,7 @@ <h4 id="config-adjustments---rest-api"><a class="header" href="#config-adjustmen
# Can be set to 'true' to enable WebID functionality like needed
# for things like Solid OIDC.
# default: false
ENABLE_WEB_ID=true
#ENABLE_WEB_ID=false

# If set to 'true', 'solid' will be added to the 'aud' claim from the ID token
# for ephemeral clients.
Expand Down Expand Up @@ -1660,11 +1660,11 @@ <h4 id="config-adjustments---rest-api"><a class="header" href="#config-adjustmen
# - warning
# - critical
# default: 'info'
EVENT_PERSIST_LEVEL=info
#EVENT_PERSIST_LEVEL=info

# Define the number of days when events should be cleaned up from the database.
# default: 31
EVENT_CLEANUP_DAYS=31
#EVENT_CLEANUP_DAYS=31

# The level for the generated Event after a new user has been registered.
# default: info
Expand Down Expand Up @@ -1810,15 +1810,15 @@ <h4 id="config-adjustments---rest-api"><a class="header" href="#config-adjustmen
# Logs only requests to modifying endpoints and skips all GET
# - Off
# (default: Modifying)
LOG_LEVEL_ACCESS=Basic
#LOG_LEVEL_ACCESS=Basic

#####################################
################ MFA ################
#####################################

# If 'true', MFA for an account must be enabled to access the
# rauthy admin UI (default: true)
ADMIN_FORCE_MFA=false
#ADMIN_FORCE_MFA=true

#####################################
############## POW #################
Expand Down
2 changes: 1 addition & 1 deletion docs/searchindex.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion docs/searchindex.json

Large diffs are not rendered by default.

12 changes: 6 additions & 6 deletions rauthy-book/src/config/config.md
Original file line number Diff line number Diff line change
Expand Up @@ -241,7 +241,7 @@ MAX_HASH_THREADS=1
# current cache leader at that time.
# Format: "sec min hour day_of_month month day_of_week year"
# default: "0 30 3 1 * * *"
JWK_AUTOROTATE_CRON="0 30 3 1 * * *"
#JWK_AUTOROTATE_CRON="0 30 3 1 * * *"
#####################################
####### EPHEMERAL CLIENTS ###########
Expand All @@ -255,7 +255,7 @@ JWK_AUTOROTATE_CRON="0 30 3 1 * * *"
# Can be set to 'true' to enable WebID functionality like needed
# for things like Solid OIDC.
# default: false
ENABLE_WEB_ID=true
#ENABLE_WEB_ID=false
# If set to 'true', 'solid' will be added to the 'aud' claim from the ID token
# for ephemeral clients.
Expand Down Expand Up @@ -348,11 +348,11 @@ EVENT_NOTIFY_LEVEL_SLACK=notice
# - warning
# - critical
# default: 'info'
EVENT_PERSIST_LEVEL=info
#EVENT_PERSIST_LEVEL=info
# Define the number of days when events should be cleaned up from the database.
# default: 31
EVENT_CLEANUP_DAYS=31
#EVENT_CLEANUP_DAYS=31
# The level for the generated Event after a new user has been registered.
# default: info
Expand Down Expand Up @@ -498,15 +498,15 @@ EVENT_LEVEL_FAILED_LOGIN=info
# Logs only requests to modifying endpoints and skips all GET
# - Off
# (default: Modifying)
LOG_LEVEL_ACCESS=Basic
#LOG_LEVEL_ACCESS=Basic
#####################################
################ MFA ################
#####################################
# If 'true', MFA for an account must be enabled to access the
# rauthy admin UI (default: true)
ADMIN_FORCE_MFA=false
#ADMIN_FORCE_MFA=true
#####################################
############## POW #################
Expand Down

0 comments on commit a97808a

Please sign in to comment.