1.0.7
This commit is contained in:
parent
fade24de0e
commit
31d05f6149
@ -1,6 +1,6 @@
|
||||
<Project>
|
||||
<PropertyGroup>
|
||||
<Version>1.0.6</Version>
|
||||
<Version>1.0.7</Version>
|
||||
<Nullable>enable</Nullable>
|
||||
<Description>github加速神器</Description>
|
||||
<Copyright>https://github.com/xljiulang/FastGithub</Copyright>
|
||||
|
||||
@ -26,4 +26,11 @@ github加速神器
|
||||
需要关闭git的证书验证:
|
||||
```
|
||||
git config --global http.sslverify false
|
||||
```
|
||||
```
|
||||
|
||||
### 配置文件
|
||||
#### 主配置文件
|
||||
appsettings.json为主配置文件,里面有dns配置和域名的配置示例。
|
||||
|
||||
#### 子配置文件
|
||||
appsettings.*.json为子配置文件,默认有github和stackoverflow的配置,新增子配置文件后需要重启FastGithub才生效。
|
||||
@ -55,6 +55,16 @@
|
||||
</code>
|
||||
</p>
|
||||
|
||||
<h3>配置文件</h3>
|
||||
|
||||
<h4>主配置文件</h4>
|
||||
|
||||
<p>appsettings.json为主配置文件,里面有dns配置和域名的配置示例。</p>
|
||||
|
||||
<h4>子配置文件</h4>
|
||||
|
||||
<p>appsettings.*.json为子配置文件,默认有github和stackoverflow的配置,新增子配置文件后需要重启FastGithub才生效。</p>
|
||||
|
||||
</div>
|
||||
</body>
|
||||
</html>
|
||||
Loading…
Reference in New Issue
Block a user