Skip to content

Commit

Permalink
fixed env
Browse files Browse the repository at this point in the history
  • Loading branch information
rhukster committed Oct 6, 2022
1 parent d6ff86e commit c19dd34
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -203,7 +203,7 @@ $ bin/plugin email test-email -t test@email.com
You can also pass in a configuration environment:

```
$ bin/plugin email test-email -t test@email.com -e mysite.com
$ bin/plugin email test-email -t test@email.com --env=mysite.com
```

This will use the email configuration you have located in `user/mysite.com/config/plugins/email.yaml`. Read the docs to find out more about environment-based configuration: https://learn.getgrav.org/advanced/environment-config
Expand Down

0 comments on commit c19dd34

Please sign in to comment.