You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
17 lines
253 B
YAML
17 lines
253 B
YAML
|
9 months ago
|
spring:
|
||
|
|
application:
|
||
|
|
name: LxCameraApi
|
||
|
|
|
||
|
|
server:
|
||
|
|
port: 8097
|
||
|
|
#两台相机
|
||
|
|
camera:
|
||
|
|
- id: 1
|
||
|
|
ip: 192.168.1.82
|
||
|
|
# 切割配置
|
||
|
|
convertConfPath: "E://pe.json"
|
||
|
|
# 位置配置
|
||
|
|
computeConfPath: "E://peconf.json"
|
||
|
|
|
||
|
|
swagger:
|
||
|
|
enabled: true
|