]> 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 54975feca8337dec93fd6de8e9505c48ebc34176..585f1446893c0437716b13eb20cb68f4be369baa 100644 (file)
     site_name: "lemmy-test"
   }
 
+  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"