Skip to content

Commit 93dd366

Browse files
committed
remove example column
1 parent 05352ef commit 93dd366

1 file changed

Lines changed: 9 additions & 9 deletions

File tree

README.md

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff 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

3131
1. Create a remoteStorage test account on the server you'd like to verify.
3232
2. Copy `.env.example` to `.env` to set `SERVER_URL` and `ACCOUNT_HANDLE` from the previous step

0 commit comments

Comments
 (0)