mirror of
https://github.com/wekan/wekan.git
synced 2025-09-22 01:50:48 +02:00
Fix typos.
This commit is contained in:
parent
487c6fae8d
commit
2e41ff1121
1 changed files with 5 additions and 5 deletions
|
@ -68,7 +68,7 @@ version: '2'
|
||||||
# docker exec -it wekan-db bash
|
# docker exec -it wekan-db bash
|
||||||
# # 3) and data directory
|
# # 3) and data directory
|
||||||
# cd /data
|
# cd /data
|
||||||
# # 4) Remove previos dump
|
# # 4) Remove previous dump
|
||||||
# rm -rf dump
|
# rm -rf dump
|
||||||
# # 5) Exit db container
|
# # 5) Exit db container
|
||||||
# exit
|
# exit
|
||||||
|
@ -281,7 +281,7 @@ services:
|
||||||
#- NOTIFY_DUE_AT_HOUR_OF_DAY=8
|
#- NOTIFY_DUE_AT_HOUR_OF_DAY=8
|
||||||
#-----------------------------------------------------------------
|
#-----------------------------------------------------------------
|
||||||
# ==== EMAIL NOTIFICATION TIMEOUT, ms =====
|
# ==== EMAIL NOTIFICATION TIMEOUT, ms =====
|
||||||
# Defaut: 30000 ms = 30s
|
# Default: 30000 ms = 30s
|
||||||
#- EMAIL_NOTIFICATION_TIMEOUT=30000
|
#- EMAIL_NOTIFICATION_TIMEOUT=30000
|
||||||
#-----------------------------------------------------------------
|
#-----------------------------------------------------------------
|
||||||
# ==== CORS =====
|
# ==== CORS =====
|
||||||
|
@ -348,7 +348,7 @@ services:
|
||||||
#- OAUTH2_USERNAME_MAP=email
|
#- OAUTH2_USERNAME_MAP=email
|
||||||
# The claim name you want to map to the full name field:
|
# The claim name you want to map to the full name field:
|
||||||
#- OAUTH2_FULLNAME_MAP=name
|
#- OAUTH2_FULLNAME_MAP=name
|
||||||
# Tthe claim name you want to map to the email field:
|
# The claim name you want to map to the email field:
|
||||||
#- OAUTH2_EMAIL_MAP=email
|
#- OAUTH2_EMAIL_MAP=email
|
||||||
#-----------------------------------------------------------------
|
#-----------------------------------------------------------------
|
||||||
# ==== OAUTH2 Nextcloud ====
|
# ==== OAUTH2 Nextcloud ====
|
||||||
|
@ -374,7 +374,7 @@ services:
|
||||||
#- OAUTH2_USERNAME_MAP=id
|
#- OAUTH2_USERNAME_MAP=id
|
||||||
# The claim name you want to map to the full name field:
|
# The claim name you want to map to the full name field:
|
||||||
#- OAUTH2_FULLNAME_MAP=display-name
|
#- OAUTH2_FULLNAME_MAP=display-name
|
||||||
# Tthe claim name you want to map to the email field:
|
# The claim name you want to map to the email field:
|
||||||
#- OAUTH2_EMAIL_MAP=email
|
#- OAUTH2_EMAIL_MAP=email
|
||||||
#-----------------------------------------------------------------
|
#-----------------------------------------------------------------
|
||||||
# ==== OAUTH2 KEYCLOAK ====
|
# ==== OAUTH2 KEYCLOAK ====
|
||||||
|
@ -526,7 +526,7 @@ services:
|
||||||
# The attribute inside a group object listing its members. Example: member
|
# The attribute inside a group object listing its members. Example: member
|
||||||
#- LDAP_GROUP_FILTER_GROUP_MEMBER_ATTRIBUTE=
|
#- LDAP_GROUP_FILTER_GROUP_MEMBER_ATTRIBUTE=
|
||||||
#
|
#
|
||||||
# The format of the value of LDAP_GROUP_FILTER_GROUP_MEMBER_ATTRIBUTE. Example: 'dn' if the users dn ist saved as value into the attribute.
|
# The format of the value of LDAP_GROUP_FILTER_GROUP_MEMBER_ATTRIBUTE. Example: 'dn' if the users dn is saved as value into the attribute.
|
||||||
#- LDAP_GROUP_FILTER_GROUP_MEMBER_FORMAT=
|
#- LDAP_GROUP_FILTER_GROUP_MEMBER_FORMAT=
|
||||||
#
|
#
|
||||||
# The group name (id) that matches all users.
|
# The group name (id) that matches all users.
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue