Skip to content

Instantly share code, notes, and snippets.

@alanbchristie
Last active December 21, 2022 08:19
Show Gist options
  • Save alanbchristie/05c72c23f0c60cc556b73e9a3dfbd272 to your computer and use it in GitHub Desktop.
Save alanbchristie/05c72c23f0c60cc556b73e9a3dfbd272 to your computer and use it in GitHub Desktop.
VS Code DM Workspace file
{
"folders": [
{
"path": "squonk2-data-manager.wiki"
},
{
"path": "squonk2-data-manager"
},
{
"path": "squonk2-data-manager-ansible"
}
],
"settings": {
"sqltools.connections": [
{
"previewLimit": 50,
"server": "localhost",
"port": 5432,
"askForPassword": true,
"driver": "PostgreSQL",
"name": "DM (127.0.0.1)",
"database": "datatier",
"username": "datatier"
}
]
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment