Skip to content

Commit

Permalink
minor, fix oceanbase configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
LauraXia123 committed Oct 29, 2024
1 parent dd95f54 commit 56b6221
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion web/web/src/lib/utils/initial.js
Original file line number Diff line number Diff line change
Expand Up @@ -323,7 +323,7 @@ export const providers = [
key: 'jdbc-url',
value: '',
required: true,
description: 'e.g. jdbc:mysql://localhost:2881' or jdbc:oceanbase://localhost:2881'
description: 'e.g. jdbc:mysql://localhost:2881 or jdbc:oceanbase://localhost:2881'
},
{
key: 'jdbc-user',
Expand Down

0 comments on commit 56b6221

Please sign in to comment.