mirror of
https://github.com/YMFE/yapi.git
synced 2024-12-15 05:10:47 +08:00
10 lines
136 B
JSON
10 lines
136 B
JSON
{
|
|
"port": "3000",
|
|
"webhost": "127.0.0.1",
|
|
"db": {
|
|
"servername": "127.0.0.1",
|
|
"DATABASE": "yapi",
|
|
"port": 27017
|
|
}
|
|
}
|