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

8 lines
108 B
JSON

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