Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit059233b

Browse files
author
FalkWolsky
committed
Updating Gitignore
1 parentbf32090 commit059233b

File tree

2 files changed

+7
-6
lines changed

2 files changed

+7
-6
lines changed

‎.vscode/settings.json‎

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,5 +4,6 @@
44
"titleBar.activeBackground":"#3B431A",
55
"titleBar.activeForeground":"#F9FAF2"
66
},
7-
"java.debug.settings.onBuildFailureProceed":true
7+
"java.debug.settings.onBuildFailureProceed":true,
8+
"java.compile.nullAnalysis.mode":"disabled"
89
}

‎server/api-service/lowcoder-server/src/main/resources/application-debug.yaml‎

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -22,10 +22,10 @@ spring:
2222
webflux:
2323
base-path:/
2424
mail:
25-
host:${LOWCODER_ADMIN_SMTP_HOST:localhost}
25+
host:${LOWCODER_ADMIN_SMTP_HOST:smtps.udag.de}
2626
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}
2929
properties:
3030
mail:
3131
smtp:
@@ -83,8 +83,8 @@ common:
8383
password:${LOWCODER_SUPERUSER_PASSWORD:}
8484
marketplace:
8585
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}
8888

8989
material:
9090
mongodb-grid-fs:

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp