refs #6451 perf: remove settings related to rest-client
gitea/salix/pipeline/head This commit looks good Details

This commit is contained in:
Javier Segarra 2023-12-22 10:24:01 +00:00
parent 54e88cf588
commit d1ddc89368
1 changed files with 1 additions and 20 deletions

21
.vscode/settings.json vendored
View File

@ -14,24 +14,5 @@
"cSpell.words": [
"salix",
"fdescribe"
],
"rest-client.previewOption": "body",
"rest-client.environmentVariables": {
"$shared": {
"version": "v1",
"prodToken": "verdnatura",
"nonProdToken": "verdnatura"
},
"local": {
"version": "v2",
"host": "http://localhost:3000",
"token": "{{$shared nonProdToken}}",
"secretKey": "devSecret"
},
"production": {
"host": "example.com",
"token": "{{$shared prodToken}}",
"secretKey" : "prodSecret"
}
}
]
}