diff --git a/src/store/connection.ts b/src/store/connection.ts index 8ad1271..7bd54d4 100644 --- a/src/store/connection.ts +++ b/src/store/connection.ts @@ -17,8 +17,8 @@ const samplePGConnection: Connection = { engineType: Engine.PostgreSQL, host: "ep-throbbing-thunder-042250.us-west-2.aws.neon.tech", port: "5432", - username: "sqlchat_readonly", - password: "U5rI8tJMiKWp", + username: "sqlchat", + password: "h8yik1pvTQIs", database: "sample-employee", };