remove trailing comma in environment.json (#40)
there should be no comma after the session secret inside the brackets.
This commit is contained in:
Родитель
aadd01d71c
Коммит
d8d0351c95
|
@ -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_SECRET_KEY": "your-face-api-secret-oxford-key",
|
||||||
"OXFORD_EMOTION_SECRET_KEY":"your-emotion-api-secret-oxford-key",
|
"OXFORD_EMOTION_SECRET_KEY":"your-emotion-api-secret-oxford-key",
|
||||||
"BING_API_KEY": "your-bing-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"
|
||||||
}
|
}
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|
Загрузка…
Ссылка в новой задаче