Skip to content

Commit

Permalink
Updating Readme
Browse files Browse the repository at this point in the history
  • Loading branch information
DemeSzabolcs committed Mar 5, 2024
1 parent 05cb69e commit e6f2180
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 1 deletion.
2 changes: 1 addition & 1 deletion Lombiq.Hosting.Tenants.Maintenance/Manifest.cs
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@
[assembly: Feature(
Id = ResetStripeApiCredentials,
Name = "Lombiq Hosting - Tenants Maintenance Reset Stripe API Credentials",
Description = "Replaces the Stripe Publishable Key and Secret Key to the publicly available test keys, if they are empty.",
Description = "Replaces the Stripe Publishable Key and Secret Key to the publicly available test keys, if they are not empty.",
Category = "Maintenance",
Dependencies = new[] { Maintenance }
)]
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 e6f2180

Please sign in to comment.