We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b5de10c commit 206e2f6Copy full SHA for 206e2f6
README.md
@@ -56,7 +56,7 @@ The `InfisicalSDKClient` takes the following parameters, which are used a global
56
```python
57
client = InfisicalSDKClient(
58
host="https://app.infisical.com", # Defaults to https://app.infisical.com
59
- token="<optional-auth-token>" # If not set, use the client.auth() methods.
+ token="<optional-auth-token>", # If not set, use the client.auth() methods.
60
cache_ttl = 300 # `None` to disable caching
61
)
62
```
0 commit comments