mirror of
https://github.com/LemmyNet/lemmy.git
synced 2024-11-22 12:21:18 +00:00
Update RELEASES.md (#3593)
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 <dessalines@users.noreply.github.com>
This commit is contained in:
parent
9b5e765364
commit
6310f55984
1 changed files with 2 additions and 2 deletions
|
@ -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` is removed, and the pictrs config is now a block. If using docker, it should look like:
|
||||||
```
|
```
|
||||||
pictrs: {
|
pictrs: {
|
||||||
url: "http://pictrs:8080/"
|
url: "http://pictrs:8080/"
|
||||||
# api_key: "API_KEY"
|
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.
|
- 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.
|
||||||
|
|
Loading…
Reference in a new issue