]> Untitled Git - lemmy.git/blobdiff - docker/lemmy.hjson
Proxy pictrs requests through Lemmy (fixes #371) (#77)
[lemmy.git] / docker / lemmy.hjson
index 89da46891364e07efa3cc23614abbda26462b299..d17394767433b018e75563ff8f938873a3100a70 100644 (file)
@@ -2,6 +2,15 @@
   # for more info about the config, check out the documentation
   # https://dev.lemmy.ml/docs/administration_configuration.html
 
+  setup: {
+    # username for the admin user
+    admin_username: "lemmy"
+    # password for the admin user
+    admin_password: "lemmy"
+    # name of the site (can be changed later)
+    site_name: "lemmy-test"
+  }
+
   # the domain name of your instance (eg "dev.lemmy.ml")
   hostname: "my_domain"
   # address where lemmy should listen for incoming requests