File tree Expand file tree Collapse file tree 3 files changed +1
-3
lines changed
Expand file tree Collapse file tree 3 files changed +1
-3
lines changed Original file line number Diff line number Diff line change @@ -11,5 +11,4 @@ REDIS_PASSWORD='12345678'
1111MONGODB_PASSWORD = ' 12345678'
1212RABBITMQ_PASSWORD = ' 12345678'
1313MINIO_PASSWORD = ' 12345678'
14- MAIL_PASSWORD = ' 12345678'
1514
Original file line number Diff line number Diff line change @@ -16,5 +16,4 @@ REDIS_PASSWORD='12345678'
1616MONGODB_PASSWORD = ' 12345678'
1717RABBITMQ_PASSWORD = ' 12345678'
1818MINIO_PASSWORD = ' 12345678'
19- MAIL_PASSWORD = ' 12345678'
2019
Original file line number Diff line number Diff line change @@ -63,7 +63,7 @@ services:
6363 # Mail-预设了bus的邮箱
6464 - spring_mail_host=${MAIL_HOST:-smtp.transcodegroup.com}
6565 - spring_mail_username=${MAIL_USERNAME:-smtp.transcodegroup.com}
66- - spring_mail_password=${MAIL_PASSWORD:?required }
66+ - spring_mail_password=${MAIL_PASSWORD:-ENC(cGctUV1OIXHjEcu6meYcPMDyqLW2Qcy93yzQ9w1MdLw=) }
6767 - spring_mail_protocol=smtp
6868 - spring_mail_default-encoding=UTF-8
6969 - spring_mail_port=465
You can’t perform that action at this time.
0 commit comments