mirror of
https://github.com/sqlchat/sqlchat.git
synced 2025-09-23 02:31:53 +08:00
chore: replace supabase with neon as the sample database (#116)
consolidate
This commit is contained in:
@ -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",
|
||||||
};
|
};
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user