Skip to content

Commit

Permalink
chore: 安装依赖
Browse files Browse the repository at this point in the history
  • Loading branch information
fjc0k committed Feb 27, 2020
1 parent 4533b2c commit e04bf68
Show file tree
Hide file tree
Showing 3 changed files with 5,104 additions and 5,016 deletions.
9 changes: 8 additions & 1 deletion .npmrc
Original file line number Diff line number Diff line change
@@ -1 +1,8 @@
sass_binary_site=https://npm.taobao.org/mirrors/node-sass/
registry=https://registry.npm.taobao.org
disturl=https://npm.taobao.org/dist
chromedriver_cdnurl=http:https://cdn.npm.taobao.org/dist/chromedriver
operadriver_cdnurl=http:https://cdn.npm.taobao.org/dist/operadriver
phantomjs_cdnurl=http:https://cdn.npm.taobao.org/dist/phantomjs
fse_binary_host_mirror=https://npm.taobao.org/mirrors/fsevents
sass_binary_site=http:https://cdn.npm.taobao.org/dist/node-sass
electron_mirror=http:https://cdn.npm.taobao.org/dist/electron/
22 changes: 22 additions & 0 deletions config.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
{
"port": "3000",
"adminAccount": "[email protected]",
"db": {
"servername": "127.0.0.1",
"DATABASE": "yapi",
"port": 27017,
"user": "",
"pass": "",
"authSource": ""
},
"mail": {
"enable": false,
"host": "smtp.163.com",
"port": 465,
"from": "***@163.com",
"auth": {
"user": "***@163.com",
"pass": "*****"
}
}
}
Loading

0 comments on commit e04bf68

Please sign in to comment.