Pruefungskatalog/assets/config.py
2022-03-22 23:18:08 +01:00

8 lines
158 B
Python

# TODO Database verbindung herstellen
# Database Verbindungsdaten
user = 'root'
password = ''
host = 'localhost'
json_file = 'assets/questions_answers.json'