Skip to content

Commit

Permalink
fix typo on keystoreAPI name (#3)
Browse files Browse the repository at this point in the history
  • Loading branch information
DrDaveD committed Dec 29, 2021
1 parent 49bd817 commit 0190907
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/spec/main.md
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ Each field is explained in detail in the following table:
| env.name | string | A name that describes the environment (e.g., prod indicates production) |
| logging.console | boolean | Should the client provide console logging (note this does not have to be followed by the client |
| libraryAPI | string | the endpoint for the library API |
| libraryAPI | string | the endpoint for the keystore API (not required) |
| keystoreAPI | string | the endpoint for the keystore API (not required) |
| tokenAPI | string | the base endpoint for the token API (functions included in the library API) |
| auth.issuer | string | the issuer of the authentication, which can be the same or a different server |
| auth.requireHttps | boolean | Does the registry require https for interaction? |
Expand Down

0 comments on commit 0190907

Please sign in to comment.