Last active
December 21, 2022 08:15
-
-
Save alanbchristie/bad4a66174ec692b8fd135657a332a60 to your computer and use it in GitHub Desktop.
VS Code AS 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-account-server.wiki" | |
}, | |
{ | |
"path": "squonk2-account-server" | |
}, | |
{ | |
"path": "squonk2-account-server-ansible" | |
} | |
], | |
"settings": { | |
"sqltools.connections": [ | |
{ | |
"previewLimit": 50, | |
"server": "127.0.0.1", | |
"port": 5432, | |
"askForPassword": true, | |
"driver": "PostgreSQL", | |
"name": "AS (127.0.0.1)", | |
"database": "accountserver", | |
"username": "accountserver" | |
} | |
] | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment