mirror of
https://github.com/superseriousbusiness/gotosocial.git
synced 2025-11-18 11:07:29 -06:00
[feature] Make Let's Encrypt integration an opt-in feature (#368)
This commit is contained in:
parent
ec4357485e
commit
e13718148d
5 changed files with 15 additions and 14 deletions
|
|
@ -63,7 +63,7 @@ var Defaults = Values{
|
|||
StatusesPollOptionMaxChars: 50,
|
||||
StatusesMediaMaxFiles: 6,
|
||||
|
||||
LetsEncryptEnabled: true,
|
||||
LetsEncryptEnabled: false,
|
||||
LetsEncryptPort: 80,
|
||||
LetsEncryptCertDir: "/gotosocial/storage/certs",
|
||||
LetsEncryptEmailAddress: "",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue