From aa35f31fbecc1fa209895975d997dacf0b118d00 Mon Sep 17 00:00:00 2001 From: Razertory Date: Fri, 1 Feb 2019 21:14:29 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E9=85=8D=E7=BD=AE=E6=96=87?= =?UTF-8?q?=E4=BB=B6=E8=A7=84=E5=88=99?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .gitignore | 2 ++ config.json.example | 4 ++++ 2 files changed, 6 insertions(+) create mode 100644 config.json.example diff --git a/.gitignore b/.gitignore index 20baf9e..67c9605 100644 --- a/.gitignore +++ b/.gitignore @@ -13,3 +13,5 @@ .vscode/ Ginx +config.json + diff --git a/config.json.example b/config.json.example new file mode 100644 index 0000000..835c35e --- /dev/null +++ b/config.json.example @@ -0,0 +1,4 @@ +{ + "server":":9999", + "upstream": ["127.0.0.1:3000"] +} \ No newline at end of file