Block a user
Allow passing database password as environment variables.
The documentation is very clear.
Just a missing detail, that I also missed in the unit tests ... you can escape an env var with \
But then I realized that my implementation had an issue, as…
Fix escaped environment variable in configuration
b63c854509
Fix escaped environment variable in configuration
aa013af25e
Remove some whitespace around "New in version ..." documentation labels.
cc32f0018b
Start formalizing how new features are flagged by version in documentation.
dfc4db1860
Document environment variable interpolation (#546).
35706604ea
Upgrade documentation base images.
Allow passing database password as environment variables.
@witten please have a look to the new PR I just submitted, borgmatic-collective/borgmatic#548
I hesitated between using (os.path.expandvars
)[https://docs.pyt…
Allow environment variable resolution in configuration file
Allow database password to be read from environ
Allow passing database password as environment variables.
Thanks for your quick answers.
I'll have a look to both source files you pointed.
Envsubst is a common and basic linux cli tool, [part or GNU gettext](https://www.gnu.org/software/gettext/man…
Allow passing database password as environment variables.
Thanks for your answer @witten
I understand the idea of using this env resolution mecanism for other configuration nodes, I was too focus on my initial need.
One thing I don't like in my…
Allow passing database password as environment variables.
Allow database password to be read from environ