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

Commit6e7e4d6

Browse files
author
FalkWolsky
committed
Revert "Updating Gitignore"
This reverts commit059233b.
1 parentf591abe commit6e7e4d6

File tree

2 files changed

+35
-5
lines changed

2 files changed

+35
-5
lines changed

‎.vscode/settings.json‎

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

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

Lines changed: 34 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,16 +4,47 @@ spring:
44
authentication-database:admin
55
uri:"mongodb://lowcoder:secret123@127.0.0.1:27017/lowcoder?authSource=admin"
66
redis:
7-
url:"redis://127.0.0.1:6379"
8-
7+
url:${LOWCODER_REDIS_URL:redis://localhost:6379}
8+
main:
9+
allow-bean-definition-overriding:false
10+
allow-circular-references:false
11+
codec:
12+
max-in-memory-size:20MB
13+
webflux:
14+
base-path:/
15+
mail:
16+
host:${LOWCODER_ADMIN_SMTP_HOST:localhost}
17+
port:${LOWCODER_ADMIN_SMTP_PORT:587}
18+
username:${LOWCODER_ADMIN_SMTP_USERNAME:info@localhost}
19+
password:${LOWCODER_ADMIN_SMTP_PASSWORD:s3cr3t}
20+
properties:
21+
mail:
22+
smtp:
23+
auth:${LOWCODER_ADMIN_SMTP_AUTH:true}
24+
ssl:
25+
enable:${LOWCODER_ADMIN_SMTP_SSL_ENABLED:false}
26+
starttls:
27+
enable:${LOWCODER_ADMIN_SMTP_STARTTLS_ENABLED:true}
28+
required:${LOWCODER_ADMIN_SMTP_STARTTLS_REQUIRED:true}
29+
transport:
30+
protocol:smtp
931
server:
1032
port:8080
1133
common:
1234
cookie-name:LOWCODER_DEBUG_TOKEN
1335
js-executor:
1436
host:"http://127.0.0.1:6060"
1537
workspace:
16-
mode:SAAS
38+
mode:${LOWCODER_WORKSPACE_MODE:SAAS}
39+
plugin-dirs:
40+
-${LOWCODER_PLUGINS_DIR:../plugins}
41+
super-admin:
42+
username:${LOWCODER_SUPERUSER_USERNAME:admin@localhost}
43+
password:${LOWCODER_SUPERUSER_PASSWORD:}
44+
marketplace:
45+
private-mode:${LOWCODER_MARKETPLACE_PRIVATE_MODE:true}
46+
lowcoder-public-url:${LOWCODER_PUBLIC_URL:http://localhost:3000}
47+
notifications-email-sender:${LOWCODER_EMAIL_NOTIFICATIONS_SENDER:info@localhost}
1748

1849
debug:true
1950

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp