Files
Jeopardy-Server/.vscode/settings.json

14 lines
257 B
JSON

{
"rest-client.environmentVariables": {
"$shared": {},
"local": {
"host": "localhost",
"port": "12345"
},
"docker": {
"host": "localhost",
"port": "11001"
}
}
}