Skip to content

Commit 3a01e1a

Browse files
committed
docs: add new default field
1 parent 48adeb1 commit 3a01e1a

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

README.md

+6-6
Original file line numberDiff line numberDiff line change
@@ -4,12 +4,12 @@ The Python based RIPE Core API client.
44

55
## Configuration
66

7-
| Name | Type | Description |
8-
| ------------------- | ----- | ----------------------------------------------------------------------------------------- |
9-
| **RIPE_BASE_URL** | `str` | The base URL to be used in the remote API calls (defaults to `http://localhost/api/`). |
10-
| **RIPE_USERNAME** | `str` | The username to be used in the authenticated remote calls (defaults to `None`). |
11-
| **RIPE_PASSWORD** | `str` | The password to be used in the authenticated remote calls (defaults to `None`). |
12-
| **RIPE_SECRET_KEY** | `str` | The secret key to be used for stateless (no session) authentication (defaults to `None`). |
7+
| Name | Type | Default | Description |
8+
| ------------------- | ----- | ----------------------- | -------------------------------------------------------------------- |
9+
| **RIPE_BASE_URL** | `str` | `http://localhost/api/` | The base URL to be used in the remote API calls. |
10+
| **RIPE_USERNAME** | `str` | `None` | The username to be used in the authenticated remote calls. |
11+
| **RIPE_PASSWORD** | `str` | `None` | The password to be used in the authenticated remote calls. |
12+
| **RIPE_SECRET_KEY** | `str` | `None` | The secret key to be used for stateless (no session) authentication. |
1313

1414
## License
1515

0 commit comments

Comments
 (0)