sort constants

This commit is contained in:
Yuri Astrakhan 2023-03-09 16:24:40 -05:00
parent 2f8da9e304
commit 37d9ecc68e

View File

@ -92,13 +92,13 @@ impl PgArgs {
} }
for v in &[ for v in &[
"PGSSLCERT",
"PGSSLKEY",
"PGSSLROOTCERT",
"CA_ROOT_FILE", "CA_ROOT_FILE",
"DANGER_ACCEPT_INVALID_CERTS", "DANGER_ACCEPT_INVALID_CERTS",
"DATABASE_URL", "DATABASE_URL",
"DEFAULT_SRID", "DEFAULT_SRID",
"PGSSLCERT",
"PGSSLKEY",
"PGSSLROOTCERT",
] { ] {
// We don't want to warn about these in case they were used in the config file expansion // We don't want to warn about these in case they were used in the config file expansion
if env.has_unused_var(v) { if env.has_unused_var(v) {