mirror of
https://github.com/maplibre/martin.git
synced 2024-12-18 20:31:54 +03:00
sort constants
This commit is contained in:
parent
2f8da9e304
commit
37d9ecc68e
@ -92,13 +92,13 @@ impl PgArgs {
|
||||
}
|
||||
|
||||
for v in &[
|
||||
"PGSSLCERT",
|
||||
"PGSSLKEY",
|
||||
"PGSSLROOTCERT",
|
||||
"CA_ROOT_FILE",
|
||||
"DANGER_ACCEPT_INVALID_CERTS",
|
||||
"DATABASE_URL",
|
||||
"DEFAULT_SRID",
|
||||
"PGSSLCERT",
|
||||
"PGSSLKEY",
|
||||
"PGSSLROOTCERT",
|
||||
] {
|
||||
// We don't want to warn about these in case they were used in the config file expansion
|
||||
if env.has_unused_var(v) {
|
||||
|
Loading…
Reference in New Issue
Block a user