Skip to content

Commit

Permalink
Typo
Browse files Browse the repository at this point in the history
  • Loading branch information
dracoooooo committed Mar 30, 2024
1 parent 7b372ed commit d8e29fe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/src/components/Dashboard.vue
Original file line number Diff line number Diff line change
Expand Up @@ -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',
Expand Down

0 comments on commit d8e29fe

Please sign in to comment.