Created
March 22, 2023 11:39
-
-
Save alanbchristie/c26de3ed71c66677bc3e7d8d920d9414 to your computer and use it in GitHub Desktop.
This file contains 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": "Diamond/fragalysis-backend" | |
}, | |
{ | |
"path": "Diamond/dls-fragalysis-stack-kubernetes" | |
}, | |
{ | |
"path": "Diamond/fragalysis-stack" | |
}, | |
{ | |
"path": "Diamond/fragalysis-frontend" | |
} | |
], | |
"settings": { | |
"sqltools.connections": [ | |
{ | |
"previewLimit": 50, | |
"server": "127.0.0.1", | |
"port": 5432, | |
"askForPassword": true, | |
"driver": "PostgreSQL", | |
"name": "Stack", | |
"database": "frag", | |
"username": "fragalysis" | |
} | |
] | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment