From d8d0351c9584a11f848ea036d35e146312c947ac Mon Sep 17 00:00:00 2001 From: cchannon Date: Fri, 16 Sep 2016 18:14:46 -0400 Subject: [PATCH] remove trailing comma in environment.json (#40) there should be no comma after the session secret inside the brackets. --- .github/RUNLOCALLY.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/RUNLOCALLY.md b/.github/RUNLOCALLY.md index 2b4a8e7..de35231 100755 --- a/.github/RUNLOCALLY.md +++ b/.github/RUNLOCALLY.md @@ -25,7 +25,7 @@ Create a *environment.json* file in the root folder and add the following snippe "OXFORD_SECRET_KEY": "your-face-api-secret-oxford-key", "OXFORD_EMOTION_SECRET_KEY":"your-emotion-api-secret-oxford-key", "BING_API_KEY": "your-bing-api-secret-oxford-key", - "SESSION_SECRET_STRING": "your-secret-string", + "SESSION_SECRET_STRING": "your-secret-string" } ```