Last active
December 21, 2022 08:19
-
-
Save alanbchristie/05c72c23f0c60cc556b73e9a3dfbd272 to your computer and use it in GitHub Desktop.
VS Code DM Workspace file
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Show hidden characters
{ | |
"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