summaryrefslogtreecommitdiffstats
path: root/docker
diff options
context:
space:
mode:
authorDessalines <tyhou13@gmx.com>2020-03-31 16:29:57 -0400
committerDessalines <tyhou13@gmx.com>2020-03-31 16:29:57 -0400
commita006f498b17ff0116cee6ac72b4eb835ba45146a (patch)
tree6f53b8876c7e141c71f6c86ef54d3033dcabc31f /docker
parentaab556bf777ee2f7e931a7149d664898dd94a304 (diff)
parent76bf71162ef187d2d363b29faa40d24fecdfba3b (diff)
Merge branch 'nutomic-auto-setup' into dev
Diffstat (limited to 'docker')
-rw-r--r--docker/lemmy.hjson11
1 files changed, 10 insertions, 1 deletions
diff --git a/docker/lemmy.hjson b/docker/lemmy.hjson
index 5a6d1ff1..b61ea826 100644
--- a/docker/lemmy.hjson
+++ b/docker/lemmy.hjson
@@ -41,7 +41,16 @@
# interval length for registration limit
register_per_second: 3600
}
-# # email sending configuration
+# # optional: parameters for automatic configuration of new instance (only used at first start)
+# 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"
+# }
+# # optional: email sending configuration
# email: {
# # hostname of the smtp server
# smtp_server: ""