Skip to content

Commit eb8dd1b

Browse files
author
FalkWolsky
committed
staging local debug file
1 parent c4b5901 commit eb8dd1b

File tree

1 file changed

+5
-6
lines changed

1 file changed

+5
-6
lines changed

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

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -2,16 +2,16 @@ spring:
22
data:
33
mongodb:
44
authentication-database: admin
5-
uri: "mongodb://lowcoder:secret123@127.0.0.1:37017/lowcoder?authSource=admin"
5+
uri: "mongodb://lowcoder:secret123@127.0.0.1:27017/lowcoder?authSource=admin"
66
redis:
7-
url: "redis://127.0.0.1:16379"
7+
url: "redis://127.0.0.1:6379"
88

99
server:
10-
port: 18080
10+
port: 8080
1111
common:
1212
cookie-name: LOWCODER_DEBUG_TOKEN
1313
js-executor:
14-
host: "http://127.0.0.1:16060"
14+
host: "http://127.0.0.1:6060"
1515
workspace:
1616
mode: SAAS
1717

@@ -20,5 +20,4 @@ debug: true
2020
logging:
2121
level:
2222
root: debug
23-
org.lowcoder: debug
24-
23+
org.lowcoder: debug

0 commit comments

Comments
 (0)