kazbek/config/tea-cleaner.toml.dist

16 lines
356 B
Plaintext

# Gitea access token. The token should have permissions to manage users.
token = ""
# The gitea instance URL beginning wth "https://".
server = "https://"
# List of words prohibited in the description and the website field.
spam_words = [
"casino",
"gambling"
]
# Unusual email address exteions.
mail_domains = [
".online",
".shop",
".website"
]