yapi/server/config.dev.json
2017-07-03 16:16:05 +08:00

9 lines
110 B
JSON

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