-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathconf.json
More file actions
36 lines (36 loc) · 747 Bytes
/
Copy pathconf.json
File metadata and controls
36 lines (36 loc) · 747 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
{
"dataSource": {
"driverName": "mysql",
"addr": "127.0.0.1:3306",
"database": "spot",
"user": "test",
"password": "test",
"enableAutoMigrate": false
},
"redis": {
"addr": ":6379",
"password": ""
},
"kafka": {
"brokers": [
"localhost:9092",
"localhost:9093",
"localhost:9094"
]
},
"pushServer": {
"addr": ":8002",
"path": "/ws"
},
"restServer": {
"addr": ":8001"
},
"frontendBaseURL":"http://localhost:3000",
"backendBaseURL":"http://localhost:8001",
"jwtSecret": "flj23jfoi23apdl3jfslkj23za01mf3",
"secretMainServer": {
"addr": "http://localhost:4000"
},
"projectName":"StableExchange",
"apiStackKey":"ef393381cb37599c054fbaa449f1fa34"
}