Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 758f86f commit 0391d2aCopy full SHA for 0391d2a
‎server/api-service/lowcoder-server/src/main/resources/selfhost/ce/application.yml
@@ -18,6 +18,11 @@ spring:
18
max-in-memory-size: 20MB
19
webflux:
20
context-path: /
21
+ mail:
22
+ host: ${LOWCODER_SMTP_HOST:smtp.gmail.com}
23
+ port: ${LOWCODER_SMTP_PORT:587}
24
+ username: ${LOWCODER_SMTP_USERNAME:[email protected]}
25
+ password: ${LOWCODER_SMTP_PASSWORD:yourpass}
26
27
server:
28
compression:
0 commit comments