yapi/server/config.json

8 lines
108 B
JSON

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