Skip to content

Commit 6e0593f

Browse files
committed
docs: run pnpm format and lint
1 parent 6b1322c commit 6e0593f

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

packages/documentation/src/content/docs/partials/_auth-variables-helm.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ import { LinkOut } from '@interledger/docs-design-system'
3131
| `config.auth.admin.signatureTtlSeconds` | `30` | The TTL, in seconds, for which a request signature is valid. |
3232
| `config.auth.port.admin` | `3003` | The port of your Rafiki Auth Admin API server. |
3333
| `config.auth.port.auth` | `3006` | The port of your Open Payments authorization server. |
34-
| `config.auth.port.interaction` | `3009` | The port number of your Open Payments interaction-related API. |
34+
| `config.auth.port.interaction` | `3009` | The port number of your Open Payments interaction-related API. |
3535
| `config.auth.port.introspection` | `3007` | The port of your Open Payments access token introspection server. |
3636
| `config.auth.workers.cleanup` | `1` | The number of workers processing expired or revoked access tokens. |
3737
| `config.auth.interaction.incomingPayment` | `"false"` | When `"true"`, incoming Open Payments grant requests are interactive. |

packages/documentation/src/content/docs/partials/_backend-variables-helm.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ import { LinkOut } from '@interledger/docs-design-system'
66

77
| Helm value name | Default | Description |
88
| --------------------------------------------- | ------------------------------------- | -------------------------------------------------------------------------------------- |
9-
| `config.backend.auth.grantUrl` | `http://rafiki-auth.rafiki-auth:3006` | The endpoint on your Open Payments authorization server to make a grant request. |
9+
| `config.backend.auth.grantUrl` | `http://rafiki-auth.rafiki-auth:3006` | The endpoint on your Open Payments authorization server to make a grant request. |
1010
| `config.backend.auth.introspectionUrl` | `http://rafiki-auth.rafiki-auth:3007` | The endpoint on your Open Payments authorization server to introspect an access token. |
1111
| `config.backend.databaseUrl.value` | `''` | The PostgreSQL database URL of the database storing your resource data. |
1212
| `config.backend.redisUrl.value` | `''` | The Redis URL used for queue, cache, and connector state. |

0 commit comments

Comments
 (0)