From 5d5cf4a64e2e92cb90c65c6d0b973256275dbac0 Mon Sep 17 00:00:00 2001 From: Ran Shenhar Date: Thu, 11 May 2017 11:45:56 -0700 Subject: [PATCH] .env file to store configuration parameters Since the README talks about changing .env, I figured it will be useful to actually have one --- .env | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 .env diff --git a/.env b/.env new file mode 100644 index 0000000..cb5550e --- /dev/null +++ b/.env @@ -0,0 +1,2 @@ +ACCESS_KEY=CHANGE_ME +PORT=8080