支持HTTPS的API节点

This commit is contained in:
GoEdgeLab
2020-10-11 11:52:50 +08:00
parent 36f7c292ea
commit b36499330f
3 changed files with 9 additions and 5 deletions

View File

@@ -32,9 +32,10 @@
<h3>方法2手动安装</h3>
<table class="ui table definition selectable">
<tr>
<td>配置文件<em>configs/api.yaml</em></td>
<td>配置文件<em>configs/api.yaml</em><br/>
<em><download-link :v-element="'rpc-code'" :v-file="'api.yaml'">[下载]</download-link ></em></td>
<td>
<pre>rpc:
<pre id="rpc-code">rpc:
endpoints: [ {{apiEndpoints}} ]
nodeId: "{{node.uniqueId}}"
secret: "{{node.secret}}"</pre>