修改配置文件规则

This commit is contained in:
Razertory
2019-02-01 21:14:29 +08:00
parent b8a2e7f641
commit aa35f31fbe
2 changed files with 6 additions and 0 deletions
+2
View File
@@ -13,3 +13,5 @@
.vscode/
Ginx
config.json
+4
View File
@@ -0,0 +1,4 @@
{
"server":":9999",
"upstream": ["127.0.0.1:3000"]
}