You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
go-zero/ngin/etc/config.json

14 lines
248 B
JSON

4 years ago
{
"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
}