From f461293fef19bc88948db9d934ed2ca6fcfd7534 Mon Sep 17 00:00:00 2001 From: steven Date: Tue, 18 Apr 2023 17:41:20 +0800 Subject: [PATCH] chore: update sample database --- src/store/connection.ts | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/store/connection.ts b/src/store/connection.ts index 2f9d25b..c900a88 100644 --- a/src/store/connection.ts +++ b/src/store/connection.ts @@ -14,11 +14,11 @@ const samplePGConnection: Connection = { id: "sample-pg", title: "Sample PostgreSQL", engineType: Engine.PostgreSQL, - host: "db.aqbxmomjsyqbacfsujwd.supabase.co", - port: "", + host: "db.swxkyqvcefxcjecynews.supabase.co", + port: "5432", username: "readonly_user", - password: "bytebase-sqlchat", - database: "employee", + password: "sqlchat", + database: "sample-employee", }; interface ConnectionState {