1234567891011121314151617181920212223242526272829303132333435363738394041 |
- server:
- port: 8000
- websocket:
- ws-url: ws://localhost:8000/ws?uid=server&to_uid=client
- sqlite:
- url: ./db/confrontation-training.db
- upload:
- savePath: ./files/
- accessUrl: http://localhost:8000/file/
- jwt:
- signingKey: z3d6k8v0n3w7m9sa1fd0u09h
- cron:
- enable: true
- gateway:
- baseUrl: http://192.168.2.254
- scanUrl: /gap/nodes?active=1&event=1
- connUrl: /gap/nodes/MAC/connection?chip
- notifyUrl: /gatt/nodes?event=1
- writeDataUrl: /gatt/nodes/MAC/handle/32/value/DATA
- openChannel: /gatt/nodes/MAC/handle/36/value/0100
- disconnectUrl: /gap/nodes/MAC/connection
- scanSecond: 1000
- log2file:
- filePath: ./logs/
- fileName: confrontation_training
- fileSuffix: .log
|