mirror of
https://github.com/maplibre/martin.git
synced 2024-12-20 05:11:57 +03:00
sort constants
This commit is contained in:
parent
2f8da9e304
commit
37d9ecc68e
@ -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) {
|
||||||
|
Loading…
Reference in New Issue
Block a user