]> 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 779c8d2c06fb741851539f0dc28eb0e3664a0f82..585f1446893c0437716b13eb20cb68f4be369baa 100644 (file)
   opentelemetry_url: "http://otel:4137"
 
   # the domain name of your instance (eg "lemmy.ml")
-  hostname: "my_domain"
+  hostname: "mydomain.ml"
   # address where lemmy should listen for incoming requests
   bind: "0.0.0.0"
   # 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"