Skip to content

Commit

Permalink
updated credentials example
Browse files Browse the repository at this point in the history
  • Loading branch information
offerakrabi committed Nov 6, 2018
1 parent 6c035f7 commit a4c6c4c
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 8 deletions.
3 changes: 2 additions & 1 deletion .env.sample
Original file line number Diff line number Diff line change
Expand Up @@ -21,4 +21,5 @@ WCS_VERSION_DATE =
WCS_VERSION =
WCS_WORKSPACE_ID =
WCS_WORKSPACE_NAME =
WCS_WORKSPACE_LANGUAGE =
WCS_WORKSPACE_LANGUAGE =
WA_API_KEY =
12 changes: 5 additions & 7 deletions res/nlu/wcs.json
Original file line number Diff line number Diff line change
@@ -1,15 +1,13 @@
{
"workspace": {
"en-US": {
"name": "your workspace name",
"workspace_id": "your workspace id"
"name": "workspace name",
"workspace_id": "workspace id"
}
},
"credentials": {
"url": "your wcs url",
"version": "your wcs version",
"version_date": "your wcs version date",
"password": "your wcs password",
"username": "your wcs username"
"url": "url",
"version": "version in format of YYYY-MM-DD",
"iam_apikey": "api key"
}
}

0 comments on commit a4c6c4c

Please sign in to comment.