chore: replace supabase with neon as the sample database (#116)

consolidate
This commit is contained in:
Tianzhou (天舟)
2023-05-31 18:18:25 +08:00
committed by GitHub
parent 088f0904c0
commit b4b729812d

View File

@ -15,10 +15,10 @@ const samplePGConnection: Connection = {
id: "sample-pg", id: "sample-pg",
title: "Sample PostgreSQL", title: "Sample PostgreSQL",
engineType: Engine.PostgreSQL, engineType: Engine.PostgreSQL,
host: "db.swxkyqvcefxcjecynews.supabase.co", host: "ep-throbbing-thunder-042250.us-west-2.aws.neon.tech",
port: "5432", port: "5432",
username: "readonly_user", username: "sqlchat",
password: "sqlchat", password: "h8yik1pvTQIs",
database: "sample-employee", database: "sample-employee",
}; };