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 0391d2a commit bc74e8aCopy full SHA for bc74e8a
server/api-service/lowcoder-server/src/main/resources/selfhost/ce/application.yml
@@ -19,10 +19,10 @@ spring:
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}
+ host: ${LOWCODER_ADMIN_SMTP_HOST:smtp.gmail.com}
+ port: ${LOWCODER_ADMIN_SMTP_PORT:587}
+ username: ${LOWCODER_ADMIN_SMTP_USERNAME:[email protected]}
+ password: ${LOWCODER_ADMIN_SMTP_PASSWORD:yourpass}
26
27
server:
28
compression:
0 commit comments