Skip to content

Commit

Permalink
Human friendly wordlist (#1276)
Browse files Browse the repository at this point in the history
  • Loading branch information
heartsucker authored and garrettr committed May 31, 2016
1 parent 4e9a584 commit ff87f9a
Show file tree
Hide file tree
Showing 3 changed files with 8,193 additions and 31 deletions.
29 changes: 0 additions & 29 deletions securedrop/_genwordlist.py

This file was deleted.

3 changes: 1 addition & 2 deletions securedrop/config.py.example
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ SECUREDROP_ROOT = os.path.dirname(os.path.realpath(__file__))

SOURCE_TEMPLATES_DIR = os.path.join(SECUREDROP_ROOT, 'source_templates')
JOURNALIST_TEMPLATES_DIR = os.path.join(SECUREDROP_ROOT, 'journalist_templates')
WORD_LIST = os.path.join(SECUREDROP_ROOT, 'wordlist')
WORD_LIST = os.path.join(SECUREDROP_ROOT, 'dictionaries/diceware.txt')
NOUNS = os.path.join(SECUREDROP_ROOT, 'dictionaries/nouns.txt')
ADJECTIVES = os.path.join(SECUREDROP_ROOT, './dictionaries/adjectives.txt')

Expand Down Expand Up @@ -82,4 +82,3 @@ TEMP_DIR = os.path.join(SECUREDROP_DATA_ROOT, "tmp")
# depending on the environment
DATABASE_ENGINE = 'sqlite'
DATABASE_FILE = os.path.join(SECUREDROP_DATA_ROOT, 'db.sqlite')

Loading

0 comments on commit ff87f9a

Please sign in to comment.