[*] settings.xml
This commit is contained in:
@@ -0,0 +1,15 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<resources>
|
||||
<!-- 是否开启预览 -->
|
||||
<bool name="preview">true</bool>
|
||||
<!-- 信令版本 -->
|
||||
<string name="version">1.0.0</string>
|
||||
<!-- 超时时间 -->
|
||||
<integer name="timeout">5000</integer>
|
||||
<!-- 终端类型:CAMERA|MOBILE -->
|
||||
<string name="clientType">MOBILE</string>
|
||||
<!--信令加密算法-->
|
||||
<string name="algo">DES</string>
|
||||
<!--信令加密密钥-->
|
||||
<string name="secret">DES</string>
|
||||
</resources>
|
||||
Reference in New Issue
Block a user