File tree 2 files changed +7
-6
lines changed
server/api-service/lowcoder-server/src/main/resources
2 files changed +7
-6
lines changed Original file line number Diff line number Diff line change 4
4
"titleBar.activeBackground" : " #3B431A" ,
5
5
"titleBar.activeForeground" : " #F9FAF2"
6
6
},
7
- "java.debug.settings.onBuildFailureProceed" : true
7
+ "java.debug.settings.onBuildFailureProceed" : true ,
8
+ "java.compile.nullAnalysis.mode" : " disabled"
8
9
}
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:localhost }
25
+ host : ${LOWCODER_ADMIN_SMTP_HOST:smtps.udag.de }
26
26
port : ${LOWCODER_ADMIN_SMTP_PORT:587}
27
- username : ${LOWCODER_ADMIN_SMTP_USERNAME:info@localhost }
28
- password : ${LOWCODER_ADMIN_SMTP_PASSWORD:s3cr3t }
27
+ username : ${LOWCODER_ADMIN_SMTP_USERNAME:service@lowcoder.org }
28
+ password : ${LOWCODER_ADMIN_SMTP_PASSWORD:0AIOSNIS54XXTd-7Mrs7_7ha }
29
29
properties :
30
30
mail :
31
31
smtp :
@@ -83,8 +83,8 @@ 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:3000 }
87
- notifications-email-sender : ${LOWCODER_EMAIL_NOTIFICATIONS_SENDER:info@localhost }
86
+ lowcoder-public-url : ${LOWCODER_PUBLIC_URL:http://localhost:8000 }
87
+ notifications-email-sender : ${LOWCODER_EMAIL_NOTIFICATIONS_SENDER:service@lowcoder.org }
88
88
89
89
material :
90
90
mongodb-grid-fs :
You can’t perform that action at this time.
0 commit comments