You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
23 lines
605 B
23 lines
605 B
{
|
|
"version": "0.2.0",
|
|
"configurations": [
|
|
{
|
|
"name": "Server",
|
|
"type": "node",
|
|
"request": "launch",
|
|
"program": "${workspaceRoot}/server.js",
|
|
"args": [
|
|
"-u http://127.0.0.1:4900",
|
|
//阿里OSS
|
|
"--aliOssAccessKey LTAI5tNDfn7UhStYQcn3JBtw",
|
|
"--aliOssSecretKey rnoXtDWQA1djJ5Xqcdn1OSEol0lVyv",
|
|
"--aliOssBucket test-c371",
|
|
"--aliOssRegion oss-cn-hangzhou",
|
|
],
|
|
"outputCapture": "std",
|
|
"env": {
|
|
"NODE_ENV": "development"
|
|
}
|
|
}
|
|
]
|
|
}
|