From b11703f39b2960f26631a4063ddd2424a3980f6a Mon Sep 17 00:00:00 2001 From: ldreano <31757360+ldreano@users.noreply.github.com> Date: Fri, 8 Sep 2017 13:00:38 +0200 Subject: [PATCH] added environment.json file sample --- example/environment.json | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 example/environment.json diff --git a/example/environment.json b/example/environment.json new file mode 100644 index 0000000..a669084 --- /dev/null +++ b/example/environment.json @@ -0,0 +1,3 @@ +{ + "BUCKET":"" +}