api urls env, confifs

This commit is contained in:
Dobromir Popov
2024-05-12 11:23:11 +03:00
parent 1d455aaba2
commit e5f91cb4f8
4 changed files with 28 additions and 9 deletions

5
.vscode/launch.json vendored
View File

@ -47,11 +47,12 @@
"request": "launch",
"program": "${file}",
"console": "integratedTerminal",
"python": "${command:python.interpreterPath}",
//"python": "${command:python.interpreterPath}",
"python": "/config/miniconda3/envs/py/bin/python",
"presentation": {
"clear": true
},
"preLaunchTask": "conda-activate" // Name of your pre-launch task
//"preLaunchTask": "conda-activate" // Name of your pre-launch task
}
]
}