We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5195647 commit b16f2ecCopy full SHA for b16f2ec
cli/azd/internal/env.go
@@ -7,6 +7,8 @@ const EnvNamePostgresPort = "POSTGRES_PORT"
7
const EnvNamePostgresUrl = "POSTGRES_URL"
8
const EnvNamePostgresDatabase = "POSTGRES_DATABASE"
9
const EnvNamePostgresUsername = "POSTGRES_USERNAME"
10
+
11
+// nolint:gosec
12
const EnvNamePostgresPassword = "POSTGRES_PASSWORD"
13
14
const EnvNameRedisHost = "REDIS_HOST"
0 commit comments