updated brain ip

This commit is contained in:
2025-09-27 10:31:12 -04:00
parent fc31447591
commit 357168695c
2 changed files with 3 additions and 17 deletions

View File

@@ -31,20 +31,6 @@
"announcement": "off"
},
// database settings
"sqltools.connections": [
{
"previewLimit": 50,
"server": "192.168.90.40",
"port": 5432,
"askForPassword": true,
"driver": "PostgreSQL",
"name": "main",
"database": "postgres",
"username": "richie"
}
],
// formatters
"[html]": { "editor.defaultFormatter": "esbenp.prettier-vscode" },
"[jsonc]": { "editor.defaultFormatter": "esbenp.prettier-vscode" },