Pruefungskatalog/config.py

8 lines
151 B
Python
Raw Normal View History

2022-03-17 13:48:01 +01:00
# TODO Database verbindung herstellen
2022-03-19 20:55:12 +01:00
# Database Verbindungsdaten
2022-03-17 13:48:01 +01:00
user = 'root'
password = ''
2022-03-19 20:55:12 +01:00
host = 'localhost'
2022-03-21 15:46:51 +01:00
json_file = 'questions_answers.json'