mirror of
https://github.com/YunoHost-Apps/monica_ynh.git
synced 2024-09-03 19:46:23 +02:00
Typo
This commit is contained in:
parent
bfe142f900
commit
a78a1a42e7
1 changed files with 2 additions and 2 deletions
|
@ -68,7 +68,7 @@ APP_DEFAULT_LOCALE=__LANGUAGE__
|
||||||
|
|
||||||
# Ability to disable signups on your instance.
|
# Ability to disable signups on your instance.
|
||||||
# Can be true or false. Default to false.
|
# Can be true or false. Default to false.
|
||||||
APP_DISABLE_SIGNUP=__SIGN_BOLEAN__
|
APP_DISABLE_SIGNUP=__SIGN_BOOLEAN__
|
||||||
|
|
||||||
# Enable user email verification.
|
# Enable user email verification.
|
||||||
APP_SIGNUP_DOUBLE_OPTIN=false
|
APP_SIGNUP_DOUBLE_OPTIN=false
|
||||||
|
@ -135,7 +135,7 @@ AWS_SERVER=
|
||||||
MFA_ENABLED=__TWOF_BOOLEAN__
|
MFA_ENABLED=__TWOF_BOOLEAN__
|
||||||
|
|
||||||
# Enable DAV support
|
# Enable DAV support
|
||||||
DAV_ENABLED=__DAV_BOLEAN__
|
DAV_ENABLED=__DAV_BOOLEAN__
|
||||||
|
|
||||||
# CLIENT ID and SECRET used for OAuth authentication
|
# CLIENT ID and SECRET used for OAuth authentication
|
||||||
PASSPORT_PERSONAL_ACCESS_CLIENT_ID=__IDENTITY__
|
PASSPORT_PERSONAL_ACCESS_CLIENT_ID=__IDENTITY__
|
||||||
|
|
Loading…
Add table
Reference in a new issue