unify-secrets
Advanced tools
Comparing version
{ | ||
"name": "unify-secrets", | ||
"version": "1.1.3", | ||
"version": "1.1.4", | ||
"description": "Manage configuration variable obtains from environment or docker secrets", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
# unify-secrets | ||
 | ||
 | ||
 | ||
 | ||
 | ||
 | ||
@@ -7,0 +7,0 @@ A tiny module to make it easier to work with configurations - especially secrets - held in either environment variables, or docker secrets. Useful when a single code base may be used either directly on the local machine (using environment variables), or under docker-compose or a docker swarm, where environment variables are not secure and docker secrets should be used. |
11957
0.03%