diff options
author | crupest <crupest@outlook.com> | 2024-11-04 23:42:18 +0800 |
---|---|---|
committer | crupest <crupest@outlook.com> | 2024-11-04 23:42:18 +0800 |
commit | 42726c12a9678f2ccecd95294123018167f91a2e (patch) | |
tree | 31abd7c9f39f1daf6ebc2a51287cd980ac62d75a | |
parent | 2ef11650ad31b49fddb978b40f4abd6f32d7b7d9 (diff) | |
download | crupest-42726c12a9678f2ccecd95294123018167f91a2e.tar.gz crupest-42726c12a9678f2ccecd95294123018167f91a2e.tar.bz2 crupest-42726c12a9678f2ccecd95294123018167f91a2e.zip |
fix(2fa): smtp domain.
-rw-r--r-- | template/docker-compose.yaml.template | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/template/docker-compose.yaml.template b/template/docker-compose.yaml.template index 304883d..6776332 100644 --- a/template/docker-compose.yaml.template +++ b/template/docker-compose.yaml.template @@ -203,7 +203,7 @@ services: - APP_KEY=${CRUPEST_2FAUTH_APP_KEY} - APP_URL=https://2fa.${CRUPEST_DOMAIN} - MAIL_MAILER=smtp - - MAIL_HOST=smtp.crupest.life + - MAIL_HOST=mail.crupest.life - MAIL_PORT=465 - MAIL_USERNAME=${CRUPEST_2FAUTH_MAIL_USERNAME} - MAIL_PASSWORD=${CRUPEST_2FAUTH_MAIL_PASSWORD} |