Added login and sessiontoken
This commit is contained in:
13
.vscode/settings.json
vendored
Normal file
13
.vscode/settings.json
vendored
Normal file
@@ -0,0 +1,13 @@
|
||||
{
|
||||
"rest-client.environmentVariables": {
|
||||
"$shared": {},
|
||||
"local": {
|
||||
"host": "localhost",
|
||||
"port": "12345"
|
||||
},
|
||||
"docker": {
|
||||
"host": "localhost",
|
||||
"port": "11001"
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user