From ec58e3ba7947b3bd31549086080901a4a294c837 Mon Sep 17 00:00:00 2001 From: Nirodan Date: Sat, 14 Jun 2025 14:08:13 +0200 Subject: [PATCH] Datenbank Konfiguration --- backend/config/db_config.json | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 backend/config/db_config.json diff --git a/backend/config/db_config.json b/backend/config/db_config.json new file mode 100644 index 0000000..e0eb1be --- /dev/null +++ b/backend/config/db_config.json @@ -0,0 +1,7 @@ +{ + "host": "192.168.50.100", + "port": 3306, + "user": "mein_user", + "password": "mein_passwort", + "database": "meine_datenbank" +}