Skip to content

Commit 833c22b

Browse files
committed
Added env Variables.
1 parent 5343945 commit 833c22b

File tree

1 file changed

+9
-1
lines changed
  • server/api-service/lowcoder-server/src/main/resources/selfhost/ce

1 file changed

+9
-1
lines changed

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

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,15 @@ spring:
2323
port: ${LOWCODER_ADMIN_SMTP_PORT:587}
2424
username: ${LOWCODER_ADMIN_SMTP_USERNAME:yourmail@gmail.com}
2525
password: ${LOWCODER_ADMIN_SMTP_PASSWORD:yourpass}
26-
26+
properties:
27+
mail:
28+
smtp:
29+
auth: ${LOWCODER_ADMIN_SMTP_AUTH:true}
30+
starttls:
31+
enable: ${LOWCODER_ADMIN_SMTP_STARTTLS_ENABLED:true}
32+
required: ${LOWCODER_ADMIN_SMTP_STARTTLS_REQUIRED:true}
33+
transport:
34+
protocol: smtp
2735
server:
2836
compression:
2937
enabled: true

0 commit comments

Comments
 (0)