From b4b729812d5004c27f379a8257d60c7b0948c1e7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tianzhou=20=28=E5=A4=A9=E8=88=9F=29?= Date: Wed, 31 May 2023 18:18:25 +0800 Subject: [PATCH] chore: replace supabase with neon as the sample database (#116) consolidate --- src/store/connection.ts | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/store/connection.ts b/src/store/connection.ts index fb72d7f..7bd54d4 100644 --- a/src/store/connection.ts +++ b/src/store/connection.ts @@ -15,10 +15,10 @@ const samplePGConnection: Connection = { id: "sample-pg", title: "Sample PostgreSQL", engineType: Engine.PostgreSQL, - host: "db.swxkyqvcefxcjecynews.supabase.co", + host: "ep-throbbing-thunder-042250.us-west-2.aws.neon.tech", port: "5432", - username: "readonly_user", - password: "sqlchat", + username: "sqlchat", + password: "h8yik1pvTQIs", database: "sample-employee", };