blob: 5a770897c8602925e1aac380abe2bb24898e0d1f (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
# 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"
]
|