agntcy-dir 0.5.6 → 0.6.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +1 -1
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -120,7 +120,7 @@ const jwtClient = new Client(jwtConfig, jwtTransport);
|
|
|
120
120
|
|
|
121
121
|
```bash
|
|
122
122
|
# Clone the repository and start the server using Taskfile
|
|
123
|
-
task server:start
|
|
123
|
+
DIRECTORY_SERVER_OASF_API_VALIDATION_SCHEMA_URL="https://schema.oasf.outshift.com/" task server:start
|
|
124
124
|
```
|
|
125
125
|
|
|
126
126
|
**Option B: Custom Server**
|