From a821551e30c7fd048b7cf7343335b9533ddbae67 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Kristjan=20=C5=BDagar?= Date: Fri, 12 Aug 2022 11:48:28 +0200 Subject: [PATCH] =?UTF-8?q?Forgot=20to=20obfuscate=20db=20info...=20Na=20s?= =?UTF-8?q?reco=20je=20to=20interni=20git=20=F0=9F=98=85=F0=9F=98=93=20...?= =?UTF-8?q?=20Naredi=20ze=20.env,=20da=20ne=20bos=20rabil=20pri=20vsakem?= =?UTF-8?q?=20commitu=20te=20datoteke=20spreminjat=20te=20vrednosti..?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- swagger_server/db_utils.py | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/swagger_server/db_utils.py b/swagger_server/db_utils.py index 877a9e0..b53203e 100644 --- a/swagger_server/db_utils.py +++ b/swagger_server/db_utils.py @@ -4,11 +4,11 @@ import sys # todo: DO NOT PUSH THIS TO GIT database_info = { - 'database': 'conllus_150k', - 'host': '164.8.252.72', - 'port': 3306, - 'user': 'kiki', - 'password': 'kiki123' + 'database': '...', + 'host': '...', + 'port': 0000, + 'user': '...', + 'password': '...' } # PUT THIS IN INSTEAD WHEN COMMITING, THIS IS ONLY TEMPORARY UNTIL AN .env FILE IS ADDED