2025-02-21 11:21:35 +01:00
|
|
|
# Gitea access token. The token should have permissions to manage users.
|
|
|
|
token = ""
|
|
|
|
# The gitea instance URL beginning wth "https://".
|
|
|
|
server = "https://"
|
2025-02-22 21:30:29 +01:00
|
|
|
# List of words prohibited in the description and the website field.
|
|
|
|
spam_words = [
|
|
|
|
"casino",
|
|
|
|
"gambling"
|
|
|
|
]
|
|
|
|
# Unusual email address exteions.
|
|
|
|
mail_domains = [
|
|
|
|
".online",
|
|
|
|
".shop",
|
|
|
|
".website"
|
|
|
|
]
|