Skip to content

Commit 61ab395

Browse files
authored
Merge pull request #118 from ImageMarkup/add-technological-attributes-facets
Add facets to technological attributes
2 parents bda60d0 + 97ada7f commit 61ab395

File tree

5 files changed

+725
-366
lines changed

5 files changed

+725
-366
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,9 @@ An interactive image gallery to query and display the ISIC Archive.
66
- Set the environment variables:
77
- `ISIC_NEW_API_URL` to the absolute URL of the ISIC API root
88
- this must include a trailing slash
9-
- e.g. this value may be `https://api-sandbox.isic-archive.com/api/v2/` for testing
9+
- e.g. this value may be `https://api.isic-archive.com/api/v2/` for testing
1010
- `ISIC_AUTHORIZATION_SERVER` to the absolute URL of authorization server
11-
- e.g. this value may be `https://api-sandbox.isic-archive.com`
11+
- e.g. this value may be `https://api.isic-archive.com`
1212
- `ISIC_CLIENT_ID` to the client identifier
1313
- `ISIC_NEW_API_DOCS_URL` to absolute URL of new api documentation.
1414
- Run `npm ci`

0 commit comments

Comments
 (0)