Skip to content

Commit

Permalink
docs: removed non-idp-specific variable
Browse files Browse the repository at this point in the history
  • Loading branch information
melissahenderson committed Sep 17, 2024
1 parent 4bfbb86 commit 1ea84f8
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,6 @@ The following `backend` variables must be configured on your authorization serve
| `INTERACTION_PORT` | `auth.port.interaction` | `3009` | The port number for the [interaction endpoints](#interaction-endpoints) | Y |
| `INTROSPECTION_PORT` | `auth.port.introspection` | `3007` | The port number of your Open Payments authorization token introspection server | Y |
| `LIST_ALL_ACCESS_INTERACTION` | N/A | `true` | Specifies whether grant requests including a `list-all` action should require interaction. In these requests, the client asks to list resources that they themselves did not create. | Y |
| `LOG_LEVEL` | `auth.logLevel` | `info` | <LinkOut href="https://getpino.io/#/docs/api?id=levels">Pino log level</LinkOut> | Y |

## Interaction endpoints

Expand Down

0 comments on commit 1ea84f8

Please sign in to comment.