Skip to content

Commit e1a4640

Browse files
authored
Merge pull request #327 from umccr/fix/auth-env
fix(config): auth environment variable deserialization
2 parents 31a82e5 + 88983ea commit e1a4640

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

htsget-config/src/config/parser.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,7 @@ impl Parser<'_> {
4242
.replace("data_server_", "data_server.")
4343
.replace("cors_", "cors.")
4444
.replace("tls_", "tls.")
45+
.replace("auth_", "auth.")
4546
.into()
4647
}),
4748
)

0 commit comments

Comments
 (0)