Pruefungskatalog/config.py
2022-03-18 12:30:09 +01:00

7 lines
113 B
Python

# TODO Database verbindung herstellen
# Database Verbinungsdaten
user = 'root'
password = ''
host = 'localhost'