Skip to content

Commit

Permalink
Update RELEASES.md (#3593)
Browse files Browse the repository at this point in the history
replaced the confusing api_key line that's commented out with the line that is now used in the new config.hjson in /lemmy-ansible/examples

Co-authored-by: Dessalines <[email protected]>
  • Loading branch information
nixoye and dessalines authored Jul 12, 2023
1 parent 9b5e765 commit 6310f55
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions RELEASES.md
Original file line number Diff line number Diff line change
Expand Up @@ -1016,8 +1016,8 @@ Next, **manually edit** your [lemmy.hjson](https://github.com/LemmyNet/lemmy/blo
- `pictrs_url` is removed, and the pictrs config is now a block. If using docker, it should look like:
```
pictrs: {
url: "http://pictrs:8080/"
# api_key: "API_KEY"
url: "http://pictrs:8080/"
api_key: "{{ postgres_password }}"
}
```
- The `rate_limit`, `federation`, `captcha`, and `slur_filter` blocks should be removed, as they are now in the database, and can be updated through the UI.
Expand Down

0 comments on commit 6310f55

Please sign in to comment.