yapi/server/config.dev.json
2017-07-05 17:59:53 +08:00

9 lines
110 B
JSON

{
"port": "3000",
"db": {
"servername": "127.0.0.1",
"DATABASE": "yapi",
"port": 27017
}
}