Skip to content

Instantly share code, notes, and snippets.

@alanbchristie
Last active December 21, 2022 08:15
Show Gist options
  • Save alanbchristie/bad4a66174ec692b8fd135657a332a60 to your computer and use it in GitHub Desktop.
Save alanbchristie/bad4a66174ec692b8fd135657a332a60 to your computer and use it in GitHub Desktop.
VS Code AS Workspace file
{
"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