Skip to content

Commit

Permalink
Updating Readme.md
Browse files Browse the repository at this point in the history
  • Loading branch information
DemeSzabolcs committed Mar 5, 2024
1 parent 00293fb commit c2aa470
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions Lombiq.Hosting.Tenants.Maintenance/Readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -151,3 +151,21 @@ The following configuration should be used to allow the maintenance to run:
}
}
```

### `Lombiq.Hosting.Tenants.Maintenance.ResetStripeApiCredentials`

It's a maintenance task that replaces the Stripe Publishable Key and Secret Key to the publicly available test keys, if they are not empty.

The following configuration should be used to allow the maintenance to run:

```json
{
"OrchardCore": {
"Lombiq_Hosting_Tenants_Maintenance": {
"ResetStripeApiCredentials": {
"IsEnabled": true
}
}
}
}
```

0 comments on commit c2aa470

Please sign in to comment.