mirror of
https://github.com/YunoHost-Apps/monica_ynh.git
synced 2024-09-03 19:46:23 +02:00
Fix site base URL, enable sending e-mails and MFA
This commit is contained in:
parent
c0f49ba312
commit
8be3164aac
1 changed files with 3 additions and 3 deletions
|
@ -22,7 +22,7 @@ HASH_SALT=ChangeMeBy20+KeyLength
|
||||||
HASH_LENGTH=18
|
HASH_LENGTH=18
|
||||||
|
|
||||||
# The URL of your application.
|
# The URL of your application.
|
||||||
APP_URL=https://__DOMAIN__
|
APP_URL=https://__DOMAIN____PATH__
|
||||||
|
|
||||||
# Force using APP_URL as base url of your application.
|
# Force using APP_URL as base url of your application.
|
||||||
# You should not need this, unless you are using subdirectory config.
|
# You should not need this, unless you are using subdirectory config.
|
||||||
|
@ -50,7 +50,7 @@ DB_TEST_PASSWORD=secret
|
||||||
DB_USE_UTF8MB4=true
|
DB_USE_UTF8MB4=true
|
||||||
|
|
||||||
# Mail credentials used to send emails from the application.
|
# Mail credentials used to send emails from the application.
|
||||||
MAIL_DRIVER=smtp
|
MAIL_DRIVER=sendmail
|
||||||
MAIL_HOST=127.0.0.1
|
MAIL_HOST=127.0.0.1
|
||||||
MAIL_PORT=25
|
MAIL_PORT=25
|
||||||
MAIL_USERNAME=
|
MAIL_USERNAME=
|
||||||
|
@ -136,7 +136,7 @@ AWS_SERVER=
|
||||||
S3_PATH_STYLE=
|
S3_PATH_STYLE=
|
||||||
|
|
||||||
# Allow Two Factor Authentication feature on your instance
|
# Allow Two Factor Authentication feature on your instance
|
||||||
MFA_ENABLED=false
|
MFA_ENABLED=true
|
||||||
|
|
||||||
# Enable DAV support
|
# Enable DAV support
|
||||||
DAV_ENABLED=true
|
DAV_ENABLED=true
|
||||||
|
|
Loading…
Add table
Reference in a new issue