Skip to content

Commit d3cb36a

Browse files
committed
chore: update dev-demo
1 parent f934489 commit d3cb36a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

dev-demo/index.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -90,11 +90,11 @@ export const admin = new AdminForth({
9090
},
9191
{
9292
id: 'postgres',
93-
url: 'postgres://demo:demo@localhost:53321/demo',
93+
url: 'postgres://demo:demo@localhost:53321/dev_demo',
9494
},
9595
{
9696
id: 'mysql',
97-
url: 'mysql://demo:demo@localhost:3307/demo',
97+
url: 'mysql://demo:demo@localhost:3307/dev_demo',
9898
},
9999
{
100100
id: 'clickhouse',

0 commit comments

Comments
 (0)