Skip to content

Commit

Permalink
Fix documentation format (#1102)
Browse files Browse the repository at this point in the history
  • Loading branch information
leungkinghin-ct committed Jul 26, 2023
1 parent c0fc16f commit f9a2ed0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion extension/docs/HowToRun.md
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ Extension module requires 1 environment variable to start. This environment vari
| `other` | `logLevel` | The log level (`trace`, `debug`, `info`, `warn`, `error`, `fatal`). | `info` |
| `other` | `keepAliveTimeout` | Milliseconds to keep a socket alive after the last response ([Node.js docs](https://nodejs.org/dist/latest/docs/api/http.html#http_server_keepalivetimeout)). | Node.js default (5 seconds) |
| `other` | `generateIdempotencyKey` | If set to true, adyen-integration will generate the idempotency key for capture and refund requests. | false |
| `other` | `apiExtensionBaseUrl` | Publicly available URL of the Extension module. In case of any payment changes, [commercetools API extension](https://docs.commercetools.com/api/projects/api-extensions) will call this URL and pass the payment object in body. This attribute is used when calling `npm run setup-resources` | |
| `other` | `apiExtensionBaseUrl` | Publicly available URL of the Extension module. In case of any payment changes, [commercetools API extension](https://docs.commercetools.com/api/projects/api-extensions) will call this URL and pass the payment object in body. This attribute is used when calling `npm run setup-resources` | |

### External file configuration

Expand Down

0 comments on commit f9a2ed0

Please sign in to comment.