2021-10-08 15:07:24 +00:00
|
|
|
# See the documentation for available config fields and descriptions:
|
|
|
|
# https://join-lemmy.org/docs/en/administration/configuration.html
|
2019-12-27 17:25:07 +00:00
|
|
|
{
|
2021-04-05 17:21:56 +00:00
|
|
|
hostname: lemmy-alpha
|
2021-10-21 17:25:35 +00:00
|
|
|
federation: {
|
|
|
|
enabled: true
|
|
|
|
}
|
2021-09-29 04:04:56 +00:00
|
|
|
# # email sending configuration
|
|
|
|
# email: {
|
|
|
|
# # hostname and port of the smtp server
|
|
|
|
# smtp_server: ""
|
|
|
|
# # login name for smtp server
|
|
|
|
# smtp_login: ""
|
|
|
|
# # password to login to the smtp server
|
|
|
|
# smtp_password: ""
|
|
|
|
# # address to send emails from, eg "noreply@your-instance.com"
|
|
|
|
# smtp_from_address: ""
|
|
|
|
# # whether or not smtp connections should use tls
|
|
|
|
# use_tls: true
|
|
|
|
# }
|
|
|
|
slur_filter:
|
|
|
|
'''
|
|
|
|
(fag(g|got|tard)?\b|cock\s?sucker(s|ing)?|ni((g{2,}|q)+|[gq]{2,})[e3r]+(s|z)?|mudslime?s?|kikes?|\bspi(c|k)s?\b|\bchinks?|gooks?|bitch(es|ing|y)?|whor(es?|ing)|\btr(a|@)nn?(y|ies?)|\b(b|re|r)tard(ed)?s?)
|
|
|
|
'''
|
2020-10-16 20:46:40 +00:00
|
|
|
}
|