chore: update sample database

This commit is contained in:
steven
2023-04-18 17:41:20 +08:00
parent 5b2b713ec9
commit f461293fef

View File

@ -14,11 +14,11 @@ const samplePGConnection: Connection = {
id: "sample-pg", id: "sample-pg",
title: "Sample PostgreSQL", title: "Sample PostgreSQL",
engineType: Engine.PostgreSQL, engineType: Engine.PostgreSQL,
host: "db.aqbxmomjsyqbacfsujwd.supabase.co", host: "db.swxkyqvcefxcjecynews.supabase.co",
port: "", port: "5432",
username: "readonly_user", username: "readonly_user",
password: "bytebase-sqlchat", password: "sqlchat",
database: "employee", database: "sample-employee",
}; };
interface ConnectionState { interface ConnectionState {