mirror of
https://github.com/LemmyNet/lemmy.git
synced 2024-11-30 00:01:25 +00:00
25 lines
845 B
Text
25 lines
845 B
Text
# See the documentation for available config fields and descriptions:
|
|
# https://join-lemmy.org/docs/en/administration/configuration.html
|
|
{
|
|
hostname: lemmy-alpha
|
|
federation: {
|
|
enabled: true
|
|
}
|
|
# # 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?)
|
|
'''
|
|
}
|