Skip to content

Commit c5447c3

Browse files
committed
Added ssl auth.
1 parent 833c22b commit c5447c3

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

server/api-service/lowcoder-server/src/main/resources/application-lowcoder.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,8 @@ spring:
1818
mail:
1919
smtp:
2020
auth: true
21+
ssl:
22+
enable: false
2123
starttls:
2224
enable: true
2325
required: true

server/api-service/lowcoder-server/src/main/resources/selfhost/ce/application.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,8 @@ spring:
2727
mail:
2828
smtp:
2929
auth: ${LOWCODER_ADMIN_SMTP_AUTH:true}
30+
ssl:
31+
enable: ${LOWCODER_ADMIN_SMTP_SSL_ENABLED:false}
3032
starttls:
3133
enable: ${LOWCODER_ADMIN_SMTP_STARTTLS_ENABLED:true}
3234
required: ${LOWCODER_ADMIN_SMTP_STARTTLS_REQUIRED:true}

0 commit comments

Comments
 (0)