File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -18,15 +18,15 @@ npm i
1818
1919### Configure environment
2020
21- | name | description | example/default |
22- | - | - | - |
23- | ` SERVER_URL ` | server root url | ` https://kosmos.org ` |
24- | ` ACCOUNT_HANDLE ` | username of test account | ` tony ` |
25- | ` TOKEN_SCOPE ` (optional) | scope/category to test | ` api-test-suite ` |
26- | ` SPEC_VERSION ` (optional) | draft version number | ` 22 ` |
27- | ` TOKEN_READ_WRITE ` | OAuth token with read/write access to the specified ` TOKEN_SCOPE ` | … |
28- | ` TOKEN_READ_ONLY ` | OAuth token with read-only access to the specified ` TOKEN_SCOPE ` | … |
29- | ` TOKEN_GLOBAL ` | OAuth token with read/write access to the root folder | … |
21+ | name | description |
22+ | - | - |
23+ | ` SERVER_URL ` | server root URL (like ` https://kosmos.org ` ) |
24+ | ` ACCOUNT_HANDLE ` | username of test account (like ` tony ` ) |
25+ | ` TOKEN_SCOPE ` (optional) | scope/category to test (defaults to ` api-test-suite ` ) |
26+ | ` SPEC_VERSION ` (optional) | draft version number (like ` 22 ` ) |
27+ | ` TOKEN_READ_WRITE ` | OAuth token with read/write access to the specified ` TOKEN_SCOPE ` |
28+ | ` TOKEN_READ_ONLY ` | OAuth token with read-only access to the specified ` TOKEN_SCOPE ` |
29+ | ` TOKEN_GLOBAL ` | OAuth token with read/write access to the root folder |
3030
31311 . Create a remoteStorage test account on the server you'd like to verify.
32322 . Copy ` .env.example ` to ` .env ` to set ` SERVER_URL ` and ` ACCOUNT_HANDLE ` from the previous step
You can’t perform that action at this time.
0 commit comments