。。。
This commit is contained in:
parent
a7de7fa61a
commit
0f554f188d
|
@ -16,4 +16,6 @@ import org.springframework.stereotype.Component;
|
|||
public class Tsingtao_xhaProperties {
|
||||
private String cloudhls;
|
||||
private String localhls;
|
||||
private String cloudcam;
|
||||
private String localcam;
|
||||
}
|
||||
|
|
|
@ -1,2 +1,4 @@
|
|||
tsingtao-xha.cloudhls=http://10.10.30.9:8001/hx-weatherwarning/camera/getCameraLiveStreamByCode?cameraCode=%s&protocol=hls
|
||||
tsingtao-xha.localhls=http://10.134.135.9:8001/hx-weatherwarning/camera/getCameraLiveStreamByCode?cameraCode=%s&protocol=hls
|
||||
tsingtao-xha.cloudcam=http://10.10.30.9:8001/hx-weather-warning/camera/getCameraListByName?name=&pageNo=1&pageSize=10
|
||||
tsingtao-xha.localcam=http://10.134.135.9:8001/hx-weather-warning/camera/getCameraListByName?name=&pageNo=1&pageSize=10
|
Loading…
Reference in New Issue