]> Untitled Git - lemmy.git/commitdiff
Update RELEASES.md (#3593)
authornixoye <12674582+nixoye@users.noreply.github.com>
Wed, 12 Jul 2023 14:48:49 +0000 (11:48 -0300)
committerGitHub <noreply@github.com>
Wed, 12 Jul 2023 14:48:49 +0000 (10:48 -0400)
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>
RELEASES.md

index 1dd500f4001791fd05141188855ef704b696abe3..4f2061f69afbb428e3d41c56fd777858aacde477 100644 (file)
@@ -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.