github pglombardo/PasswordPusher v1.18.0
v1.18.0: Deprecation of Legacy Environment Variables

latest releases: v1.45.11, v1.45.10, v1.45.9...
23 months ago

What's Changed

Older environment variables have been deprecated. They still work for now but will invoke a warning on app start. Some day in the future, these older environment variables will be removed entirely.

EXPIRE_AFTER_DAYS_DEFAULT
EXPIRE_AFTER_DAYS_MIN
EXPIRE_AFTER_DAYS_MAX
EXPIRE_AFTER_VIEWS_DEFAULT
EXPIRE_AFTER_VIEWS_MIN
EXPIRE_AFTER_VIEWS_MAX
RETRIEVAL_STEP_ENABLED
RETRIEVAL_STEP_DEFAULT
DELETABLE_PASSWORDS_ENABLED
DELETABLE_BY_VIEWER_PASSWORDS
DELETABLE_PASSWORDS_DEFAULT

See the Configuration.md documentation for their replacements.

tldr; All settings are now centralised in the settings.yml file that have specially named environment variable names.

Full Changelog: v1.17.15...v1.18.0

Don't miss a new PasswordPusher release

NewReleases is sending notifications on new releases.