summaryrefslogtreecommitdiffstats
path: root/docker
diff options
context:
space:
mode:
authorDessalines <tyhou13@gmx.com>2020-04-02 15:11:11 -0400
committerDessalines <tyhou13@gmx.com>2020-04-02 15:11:11 -0400
commit31f835db86eb78765191c8beaf16adf3f9fd0f50 (patch)
treef716182866beb6ce03b6ab19f26a96b2fe1b11d5 /docker
parent5ca466117d63ec479bc886b2cff389aa1f0918dc (diff)
parent9ea104b165020c37eb9c4ea7f50a25a2730623e4 (diff)
Merge branch 'master' into federation
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: ""