Pruefungskatalog/assets/config.py

8 lines
158 B
Python
Raw Normal View History

2022-03-22 23:09:39 +01:00
# TODO Database verbindung herstellen
# Database Verbindungsdaten
user = 'root'
password = ''
host = 'localhost'
json_file = 'assets/questions_answers.json'