]> Untitled Git - lemmy.git/blobdiff - docker/lemmy.hjson
Adding admin purging of DB items and pictures. #904 #1331 (#1809)
[lemmy.git] / docker / lemmy.hjson
index edf37568d53961ac7ddf021aad402da689a304bb..585f1446893c0437716b13eb20cb68f4be369baa 100644 (file)
   # port where lemmy should listen for incoming requests
   port: 8536
   # settings related to the postgresql database
-  # address where pictrs is available
-  pictrs_url: "http://pictrs:8080"
+  pictrs_config: {
+    url: "http://pictrs:8080"
+    api_key: "API_KEY"
+  }
   database: {
     # name of the postgres database for lemmy
     database: "lemmy"