github pberkel/caddy-storage-redis v1.2.0

latest releases: v1.8.0, v1.7.1, v1.7.0...
2 years ago

Move placeholder validation to Provision to support runtime substitution

Caddy placeholders like {env.VALUE} should not be evaluated during Caddyfile
parsing. The syntax {env.VALUE} is for runtime environmental variables, and so
should be preserved as strings in configuration. The syntax {$VALUE} will
result in environmental variables substituted at Caddyfile parse time, which
is already performed by the Caddyfile parser.

Don't miss a new caddy-storage-redis release

NewReleases is sending notifications on new releases.