We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f934489 commit d3cb36aCopy full SHA for d3cb36a
dev-demo/index.ts
@@ -90,11 +90,11 @@ export const admin = new AdminForth({
90
},
91
{
92
id: 'postgres',
93
- url: 'postgres://demo:demo@localhost:53321/demo',
+ url: 'postgres://demo:demo@localhost:53321/dev_demo',
94
95
96
id: 'mysql',
97
- url: 'mysql://demo:demo@localhost:3307/demo',
+ url: 'mysql://demo:demo@localhost:3307/dev_demo',
98
99
100
id: 'clickhouse',
0 commit comments