Pruefungskatalog/config.py

8 lines
115 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'