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", };