summaryrefslogtreecommitdiffstats
path: root/server/config
diff options
context:
space:
mode:
authorDessalines <tyhou13@gmx.com>2020-01-17 20:34:16 -0500
committerDessalines <tyhou13@gmx.com>2020-01-17 20:34:16 -0500
commit8604c1d257ed68527ce345e6886eabfa929cbc87 (patch)
tree6844118a18649d66f6699d7e07c4609897542497 /server/config
parent5fb2af0a6e69a440a53e18b2a7c36fb2715a2f53 (diff)
Fixing error when email already exists. Fixes #427
Diffstat (limited to 'server/config')
-rw-r--r--server/config/defaults.hjson2
1 files changed, 1 insertions, 1 deletions
diff --git a/server/config/defaults.hjson b/server/config/defaults.hjson
index 0fabda0b..9a7ad49d 100644
--- a/server/config/defaults.hjson
+++ b/server/config/defaults.hjson
@@ -15,7 +15,7 @@
pool_size: 5
}
# the domain name of your instance (eg "dev.lemmy.ml")
- hostname: "rrr"
+ hostname: "my_domain"
# address where lemmy should listen for incoming requests
bind: "0.0.0.0"
# port where lemmy should listen for incoming requests