Files
django_wallet/.vscode/settings.json
2025-02-06 15:10:51 +01:00

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",
}
}
}