From a4c6c4c4613b8a34a6996e78457aee70fa6d4e8a Mon Sep 17 00:00:00 2001 From: Offer Akrabi Date: Tue, 6 Nov 2018 13:34:05 +0200 Subject: [PATCH] updated credentials example --- .env.sample | 3 ++- res/nlu/wcs.json | 12 +++++------- 2 files changed, 7 insertions(+), 8 deletions(-) diff --git a/.env.sample b/.env.sample index 66e76f3..667f006 100644 --- a/.env.sample +++ b/.env.sample @@ -21,4 +21,5 @@ WCS_VERSION_DATE = WCS_VERSION = WCS_WORKSPACE_ID = WCS_WORKSPACE_NAME = -WCS_WORKSPACE_LANGUAGE = \ No newline at end of file +WCS_WORKSPACE_LANGUAGE = +WA_API_KEY = \ No newline at end of file diff --git a/res/nlu/wcs.json b/res/nlu/wcs.json index b6d3c62..bb9acf0 100755 --- a/res/nlu/wcs.json +++ b/res/nlu/wcs.json @@ -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" } } \ No newline at end of file