Forgot to obfuscate db info... Na sreco je to interni git 😅😓 ... Naredi ze .env, da ne bos rabil pri vsakem commitu te datoteke spreminjat te vrednosti..

This commit is contained in:
Kristjan Žagar
2022-08-12 11:48:28 +02:00
parent ac682a6973
commit a821551e30
+5 -5
View File
@@ -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