v4.5.2
What's Changed
- Remove quotes around HOCON substitutions by @ljdelight in #1133
An issue was identified where the maproulette.secret.key
failed to override correctly when using the MAPROULETTE_SECRET_KEY
environment variable. This was due to the HOCON substitution of the environment variable being quoted, which prevented the substitution from occurring. The issue does not occur when the configuration variable was directly overridden in the conf, for instance, maproulette.secret.key = "asdf1234"
.
Full Changelog: v4.5.1...v4.5.2