finalProject/.vscode/settings.json
Lio 2ea8c6d791
Some checks failed
Test Environment Setup / setup-test-environment (push) Has been cancelled
copy
2025-06-26 13:38:01 +02:00

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
}
}