pgx/.vscode/settings.json

5 lines
124 B
JSON

{
"go.testEnvVars": {
"PGX_TEST_DATABASE":"host=127.0.0.1 user=gamerhound password=gamerhound dbname=gamerhound"
}
}