We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4d9b05e commit ad2330dCopy full SHA for ad2330d
README.md
@@ -88,9 +88,9 @@ func TestDatabase(t *testing.T) {
88
// Get a connection pool to a test database.
89
90
/*
91
- If the environment variable TESTDOCK_DSN_POSTGRES is set, then the input
+ If the environment variable TESTDOCK_DSN_PGX is set, then the input
92
connection string is ignored and the value from the environment variable
93
- is used. If the environment variable TESTDOCK_DSN_POSTGRES is not set,
+ is used. If the environment variable TESTDOCK_DSN_PGX is not set,
94
then the input connection string is used to generate the Docker container
95
configuration.
96
*/
0 commit comments