summaryrefslogtreecommitdiffstats
path: root/server/config/defaults.hjson
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 /server/config/defaults.hjson
parent5ca466117d63ec479bc886b2cff389aa1f0918dc (diff)
parent9ea104b165020c37eb9c4ea7f50a25a2730623e4 (diff)
Merge branch 'master' into federation
Diffstat (limited to 'server/config/defaults.hjson')
-rw-r--r--server/config/defaults.hjson11
1 files changed, 11 insertions, 0 deletions
diff --git a/server/config/defaults.hjson b/server/config/defaults.hjson
index e048ced8..8603e49a 100644
--- a/server/config/defaults.hjson
+++ b/server/config/defaults.hjson
@@ -1,4 +1,15 @@
{
+# # optional: parameters for automatic configuration of new instance (only used at first start)
+# setup: {
+# # username for the admin user
+# admin_username: ""
+# # password for the admin user
+# admin_password: ""
+# # optional: email for the admin user (can be omitted and set later through the website)
+# admin_email: ""
+# # name of the site (can be changed later)
+# site_name: ""
+# }
# settings related to the postgresql database
database: {
# username to connect to postgres