File tree 2 files changed +10
-5
lines changed
server/api-service/lowcoder-server/src/main/resources
2 files changed +10
-5
lines changed Original file line number Diff line number Diff line change @@ -62,7 +62,7 @@ services:
62
62
LOWCODER_MAX_QUERY_TIMEOUT : 120
63
63
LOWCODER_WORKSPACE_MODE : SAAS
64
64
# Lowcoder notification emails setup
65
- LOWCODER_ADMIN_SMTP_HOST : smtp.gmail.com
65
+ LOWCODER_ADMIN_SMTP_HOST : localhost
66
66
LOWCODER_ADMIN_SMTP_PORT : 587
67
67
LOWCODER_ADMIN_SMTP_USERNAME :
68
68
LOWCODER_ADMIN_SMTP_PASSWORD :
Original file line number Diff line number Diff line change @@ -22,10 +22,10 @@ spring:
22
22
webflux :
23
23
base-path : /
24
24
mail :
25
- host : ${LOWCODER_ADMIN_SMTP_HOST:smtp.gmail.com }
25
+ host : ${LOWCODER_ADMIN_SMTP_HOST:localhost }
26
26
port : ${LOWCODER_ADMIN_SMTP_PORT:587}
27
- username : ${LOWCODER_ADMIN_SMTP_USERNAME:yourmail@gmail.com }
28
- password : ${LOWCODER_ADMIN_SMTP_PASSWORD:yourpass }
27
+ username : ${LOWCODER_ADMIN_SMTP_USERNAME:info@localhost }
28
+ password : ${LOWCODER_ADMIN_SMTP_PASSWORD:s3cr3t }
29
29
properties :
30
30
mail :
31
31
smtp :
@@ -83,7 +83,7 @@ common:
83
83
password : ${LOWCODER_SUPERUSER_PASSWORD:}
84
84
marketplace :
85
85
private-mode : ${LOWCODER_MARKETPLACE_PRIVATE_MODE:true}
86
- lowcoder-public-url : ${LOWCODER_PUBLIC_URL:http://localhost:8080 }
86
+ lowcoder-public-url : ${LOWCODER_PUBLIC_URL:http://localhost:3000 }
87
87
notifications-email-sender : ${LOWCODER_EMAIL_NOTIFICATIONS_SENDER:info@localhost}
88
88
89
89
material :
@@ -96,3 +96,8 @@ springdoc:
96
96
swagger-ui :
97
97
path : /api/docs/swagger-ui
98
98
paths-to-exclude : /api/v1/**
99
+
100
+ management :
101
+ health :
102
+ mail :
103
+ enabled : false
You can’t perform that action at this time.
0 commit comments