Some checks failed
Test Environment Setup / setup-test-environment (push) Has been cancelled
28 lines
No EOL
848 B
JSON
28 lines
No EOL
848 B
JSON
{
|
|
"sqltools.connections": [
|
|
{
|
|
"previewLimit": 50,
|
|
"server": "localhost",
|
|
"driver": "PostgreSQL",
|
|
"name": "School Project",
|
|
"connectString": "postgresql://postgres:postgres@db.schoolproject.orb.local:5432/schoolproject",
|
|
"database": "schoolproject",
|
|
"username": "postgres",
|
|
"password": "postgres"
|
|
}
|
|
],
|
|
"sqltools.results.reuseTabs": "connection",
|
|
"files.exclude": {
|
|
"**/.env*": true,
|
|
"**/.next": true,
|
|
"**/.pnpm-store": true,
|
|
"**/biome.jsonc": true,
|
|
"**/next-env.d.ts": true,
|
|
"**/node_modules": true,
|
|
"**/pnpm-*": true,
|
|
"**/README.md": true,
|
|
"**/tsconfig.json": true,
|
|
"docker/ConnectionTests": true,
|
|
"docker/db-database": true
|
|
}
|
|
} |