diff --git a/config.py b/config.py new file mode 100644 index 0000000..6629ebc --- /dev/null +++ b/config.py @@ -0,0 +1,7 @@ +# TODO Database verbindung herstellen + +# Database + +user = 'root' +password = '' +host = 'localhost' \ No newline at end of file