Pruefungskatalog/config.py
2022-03-21 15:46:51 +01:00

9 lines
152 B
Python

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