Skip to content
Snippets Groups Projects
Commit b9c3cc54 authored by Jonas Leder's avatar Jonas Leder
Browse files

added production config

parent dc8afe5a
No related branches found
No related tags found
No related merge requests found
Pipeline #205 passed
......@@ -5,6 +5,7 @@
"version": "0.2.0",
"configurations": [
{
"name": "Python: Aktuelle Datei",
"type": "python",
......@@ -13,11 +14,18 @@
"console": "integratedTerminal"
}
{
"name": "Python: URL shorter",
"name": "Python: URL shorter debug",
"type": "python",
"request": "launch",
"program": "main.py",
"console": "integratedTerminal"
}
{
"name": "Python: URL shorter Production",
"type": "python",
"request": "launch",
"program": ".",
"console": "integratedTerminal"
}
]
}
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment