Pruefungskatalog/config.py

7 lines
113 B
Python
Raw Normal View History

2022-03-17 13:48:01 +01:00
# TODO Database verbindung herstellen
2022-03-18 12:30:09 +01:00
# Database Verbinungsdaten
2022-03-17 13:48:01 +01:00
user = 'root'
password = ''
host = 'localhost'