Pruefungskatalog/config.py

7 lines
97 B
Python
Raw Normal View History

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