refs #6451 perf: remove settings related to rest-client
gitea/salix/pipeline/head This commit looks good
Details
gitea/salix/pipeline/head This commit looks good
Details
This commit is contained in:
parent
54e88cf588
commit
d1ddc89368
|
@ -14,24 +14,5 @@
|
||||||
"cSpell.words": [
|
"cSpell.words": [
|
||||||
"salix",
|
"salix",
|
||||||
"fdescribe"
|
"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"
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue