yapi/server_dist/config.dev.json
2017-07-10 20:02:44 +08:00

10 lines
136 B
JSON

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