-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathconsole.xml
More file actions
22 lines (17 loc) · 952 Bytes
/
Copy pathconsole.xml
File metadata and controls
22 lines (17 loc) · 952 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
<?xml version="1.0" encoding="UTF-8"?>
<property>
<!-- RESTful 服务器资源地址 -->
<!-- <entry key="resource.url">http://localhost:8080/SparkSQLServer/service/</entry> -->
<entry key="resource.url">http://lab.ihainan.me:8080/var/lib/tomcat7/webapps/SparkSQLServer/service/</entry>
<!-- <entry key="resource.url">https://lab.ihainan.me:8444/var/lib/tomcat7/webapps/SparkSQLServer/service/</entry> -->
<!-- 每页显示的行数 -->
<entry key="sql.result.itemsPerPage">11</entry>
<!-- 是否使用 SSL 加密数据 -->
<entry key="ssl.enableSSL">false</entry>
<!-- HTTPS 使用协议,默认 SSL -->
<entry key="ssl.cer.protocol">SSL</entry>
<!-- 客户端信任证书,目前仅支持单向认证 -->
<entry key="ssl.cer.clientTrustCer">/Users/ihainan/tmp/sparkSQL/clientTrust.jks</entry>
<!-- 信任证书密码 -->
<entry key="ssl.cer.clientTrustCerPwd">123456</entry>
</property>