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
| web:
| port: 9081
| host: 0.0.0.0
| aphost: 127.0.0.1
| apport: 9091
| alport: 9090
| alhost: 127.0.0.1
| jwtSecret: lzhlmcl,yhblsqt.
| db:
| driver: sqlite3
| host: 192.168.20.119
| port: 3306
| dbName: aps_server
| username: root
| password: c++java123
| timeout: 10s
| registry:
| etcdAddr: 192.168.20.247:2379
| keyPrefix: /aps/apsServer/node/
| log:
| path: ./logs
| level: -1
| maxSize: 128
| maxBackups: 30
| maxAge: 15
|
|