use words.txt instead of words_alpha.txt

This commit is contained in:
Son 2021-10-23 17:31:56 +02:00
parent ad24f19cd6
commit d41ab5f5de
2 changed files with 324849 additions and 1 deletions

View File

@ -213,8 +213,10 @@ OPENID_PUBLIC_KEY_PATH = get_abs_path(
)
# Used to generate random email
# words.txt is a list of English words and doesn't contain any "bad" word
# words_alpha.txt comes from https://github.com/dwyl/english-words and also contains bad words.
WORDS_FILE_PATH = get_abs_path(
os.environ.get("WORDS_FILE_PATH", "local_data/words_alpha.txt")
os.environ.get("WORDS_FILE_PATH", "local_data/words.txt")
)
# Used to generate random email

324846
local_data/words.txt Normal file

File diff suppressed because it is too large Load Diff