yapi/server_dist/config.dev.json

10 lines
136 B
JSON
Raw Normal View History

2017-07-03 16:16:05 +08:00
{
"port": "3000",
2017-07-10 20:02:44 +08:00
"webhost": "127.0.0.1",
2017-07-03 16:16:05 +08:00
"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
}
}