Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c4b5901 commit eb8dd1bCopy full SHA for eb8dd1b
server/api-service/lowcoder-server/src/main/resources/application-debug.yaml
@@ -2,16 +2,16 @@ spring:
2
data:
3
mongodb:
4
authentication-database: admin
5
- uri: "mongodb://lowcoder:[email protected]:37017/lowcoder?authSource=admin"
+ uri: "mongodb://lowcoder:[email protected]:27017/lowcoder?authSource=admin"
6
redis:
7
- url: "redis://127.0.0.1:16379"
+ url: "redis://127.0.0.1:6379"
8
9
server:
10
- port: 18080
+ port: 8080
11
common:
12
cookie-name: LOWCODER_DEBUG_TOKEN
13
js-executor:
14
- host: "http://127.0.0.1:16060"
+ host: "http://127.0.0.1:6060"
15
workspace:
16
mode: SAAS
17
@@ -20,5 +20,4 @@ debug: true
20
logging:
21
level:
22
root: debug
23
- org.lowcoder: debug
24
-
+ org.lowcoder: debug
0 commit comments