2
0
Files
pgx/.vscode/settings.json
T
2020-05-01 23:37:05 +01:00

6 lines
140 B
JSON

{
"go.inferGopath": false,
"go.testEnvVars": {
"PGX_TEST_DATABASE": "user=postgres database=pgx_test host=127.0.0.1"
},
}