rename ngin to rest

This commit is contained in:
kevin
2020-07-31 11:14:48 +08:00
parent e133ffd820
commit 0897f60c5d
78 changed files with 118 additions and 111 deletions

13
rest/etc/config.json Normal file
View File

@@ -0,0 +1,13 @@
{
"Name": "nging",
"Log": {
"Access": "logs/access.log",
"Error": "logs/error.log",
"Stat": "logs/stat.log"
},
"Host": "127.0.0.1",
"Port": 1111,
"Timeout": 1000,
"Verbose": 0,
"Develop": 1
}