From b9c3cc548e5ab6f06d219bb3ce90af969ec60e8d Mon Sep 17 00:00:00 2001
From: jonasled <jonas@jonasled.de>
Date: Mon, 24 Feb 2020 17:31:40 +0100
Subject: [PATCH] added production config

---
 .vscode/launch.json | 10 +++++++++-
 1 file changed, 9 insertions(+), 1 deletion(-)

diff --git a/.vscode/launch.json b/.vscode/launch.json
index 6a78b8d..afd9483 100644
--- a/.vscode/launch.json
+++ b/.vscode/launch.json
@@ -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
-- 
GitLab