remove trailing comma in environment.json (#40)

there should be no comma after the session secret inside the brackets.
This commit is contained in:
cchannon 2016-09-16 18:14:46 -04:00 коммит произвёл John-David Dalton
Родитель aadd01d71c
Коммит d8d0351c95
1 изменённых файлов: 1 добавлений и 1 удалений

2
.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"
}
```