Pruefungskatalog/config.py
2022-03-19 20:55:12 +01:00

8 lines
115 B
Python

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