yapi/server/config.json

8 lines
108 B
JSON
Raw Normal View History

2017-07-03 16:16:05 +08:00
{
"port":"80",
"db": {
2017-07-06 19:21:54 +08:00
"servername": "127.0.0.1",
2017-07-03 16:16:05 +08:00
"DATABASE": "yapi",
"port": "27017"
}
}