Pruefungskatalog/config.py
2022-03-22 08:33:31 +01:00

8 lines
151 B
Python

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