mirror of
https://github.com/jeffvli/feishin.git
synced 2026-05-16 13:40:24 +02:00
Add initial rest client files
This commit is contained in:
Vendored
+17
@@ -26,5 +26,22 @@
|
||||
"test/**/__snapshots__": true,
|
||||
"package-lock.json": true,
|
||||
"*.{css,sass,scss}.d.ts": true
|
||||
},
|
||||
"rest-client.environmentVariables": {
|
||||
"$shared": {
|
||||
"host": "http://localhost:9321"
|
||||
},
|
||||
"dev-user": {
|
||||
"token": "",
|
||||
"refreshToken": "",
|
||||
"authUsername": "user",
|
||||
"authPassword": "user"
|
||||
},
|
||||
"dev-admin": {
|
||||
"token": "",
|
||||
"refreshToken": "",
|
||||
"authUsername": "admin",
|
||||
"authPassword": "admin"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user