From d8e29fe071f54f3c3bd74a7236b3c86f64573eed Mon Sep 17 00:00:00 2001 From: draco Date: Sat, 30 Mar 2024 21:53:09 +0800 Subject: [PATCH] Typo --- frontend/src/components/Dashboard.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/src/components/Dashboard.vue b/frontend/src/components/Dashboard.vue index 5cfa33d..be99c41 100644 --- a/frontend/src/components/Dashboard.vue +++ b/frontend/src/components/Dashboard.vue @@ -11,7 +11,7 @@ const backendUrl = ref(import.meta.env.VITE_BACKEND_URL); const router = useRouter(); const testingOption = reactive({ - db_url: 'jdbc:mysql://172.0.0.1:3306/', + db_url: 'jdbc:mysql://172.17.0.1:3306/', db_type: 'MYSQL', db_isolation: 'TRANSACTION_SERIALIZATION', db_username: 'root',