Skip to content

Commit

Permalink
Remove another secrets reference
Browse files Browse the repository at this point in the history
  • Loading branch information
excid3 committed Jul 18, 2023
1 parent 21715e1 commit 0dde9ad
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/2_configuration.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ paddle:
environment: sandbox
```
You can also nest these credentials under the Rails environment if using a shared credentials file or secrets.
You can also nest these credentials under the Rails environment if using a shared credentials file.
```yaml
development:
Expand Down Expand Up @@ -78,7 +78,7 @@ bin/rails generate pay:email_views

## Emails

Emails can be enabled/disabled as a whole by using the `send_emails` configuration option or independently by
Emails can be enabled/disabled as a whole by using the `send_emails` configuration option or independently by
using the `emails` configuration option as shown in the configuration section below (all emails are enabled by default).

When enabled, the following emails will be sent when:
Expand Down

0 comments on commit 0dde9ad

Please sign in to comment.