mirror of
https://github.com/LemmyNet/lemmy.git
synced 2024-10-01 01:36:12 -04:00
Updating lemmy.hjson config.
This commit is contained in:
parent
5e0562e80e
commit
295c209c67
@ -32,7 +32,7 @@
|
|||||||
}
|
}
|
||||||
# # optional: email sending configuration
|
# # optional: email sending configuration
|
||||||
# email: {
|
# email: {
|
||||||
# # hostname of the smtp server
|
# # hostname and port of the smtp server
|
||||||
# smtp_server: ""
|
# smtp_server: ""
|
||||||
# # login name for smtp server
|
# # login name for smtp server
|
||||||
# smtp_login: ""
|
# smtp_login: ""
|
||||||
@ -40,6 +40,8 @@
|
|||||||
# smtp_password: ""
|
# smtp_password: ""
|
||||||
# # address to send emails from, eg "noreply@your-instance.com"
|
# # address to send emails from, eg "noreply@your-instance.com"
|
||||||
# smtp_from_address: ""
|
# smtp_from_address: ""
|
||||||
|
# # whether or not smtp connections should use tls
|
||||||
|
# use_tls: true
|
||||||
# }
|
# }
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user