Created
May 9, 2017 14:50
-
-
Save arhea/4db526a35d9050a95f666cd0c4bc95f2 to your computer and use it in GitHub Desktop.
ETA Blog - Usage
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
'use strict'; | |
const secrets = require('docker-secrets'); | |
# object containing key value pairs of secrets | |
console.log(secrets); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment