18 lines
430 B
JSON
18 lines
430 B
JSON
{
|
|
"taipyStudio.config.mainPythonFile": "manage.py",
|
|
"taipyStudio.gUI.elementsFilePaths": [],
|
|
"rest-client.environmentVariables": {
|
|
"$shared": {
|
|
"version": "v1",
|
|
"prodToken": "foo",
|
|
"nonProdToken": "bar"
|
|
},
|
|
"test": {
|
|
"version": "v2",
|
|
"host": "localhost"
|
|
},
|
|
"production": {
|
|
"host": "aaaaa",
|
|
}
|
|
}
|
|
} |