summaryrefslogtreecommitdiff
path: root/internal/config/defaults.go
diff options
context:
space:
mode:
authorLibravatar tobi <31960611+tsmethurst@users.noreply.github.com>2022-01-30 14:57:33 +0100
committerLibravatar GitHub <noreply@github.com>2022-01-30 14:57:33 +0100
commite13718148d071b9f340098b61cbe714dc061d989 (patch)
tree0f75047bd7d1d1495854306ad1276aeb8cf95052 /internal/config/defaults.go
parent[documentation] add ipv6 config for nginx (#367) (diff)
downloadgotosocial-e13718148d071b9f340098b61cbe714dc061d989.tar.xz
[feature] Make Let's Encrypt integration an opt-in feature (#368)
Diffstat (limited to 'internal/config/defaults.go')
-rw-r--r--internal/config/defaults.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/internal/config/defaults.go b/internal/config/defaults.go
index cf3e7b449..322e1e2c1 100644
--- a/internal/config/defaults.go
+++ b/internal/config/defaults.go
@@ -63,7 +63,7 @@ var Defaults = Values{
StatusesPollOptionMaxChars: 50,
StatusesMediaMaxFiles: 6,
- LetsEncryptEnabled: true,
+ LetsEncryptEnabled: false,
LetsEncryptPort: 80,
LetsEncryptCertDir: "/gotosocial/storage/certs",
LetsEncryptEmailAddress: "",