summaryrefslogtreecommitdiff
path: root/playground/data_bags/passwords/github.json
diff options
context:
space:
mode:
Diffstat (limited to 'playground/data_bags/passwords/github.json')
-rw-r--r--playground/data_bags/passwords/github.json12
1 files changed, 12 insertions, 0 deletions
diff --git a/playground/data_bags/passwords/github.json b/playground/data_bags/passwords/github.json
new file mode 100644
index 0000000..672a410
--- /dev/null
+++ b/playground/data_bags/passwords/github.json
@@ -0,0 +1,12 @@
+{
+ "id": "github",
+ "development": {
+ "token": "ABC123"
+ },
+ "staging": {
+ "token": "DEF456"
+ },
+ "production": {
+ "token": "HIJ789"
+ }
+}