Skip to content

Commit

Permalink
Update e2e credentials
Browse files Browse the repository at this point in the history
  • Loading branch information
audiodude committed Aug 17, 2024
1 parent 8b1221a commit 7816048
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions wp1/credentials.py.e2e
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,10 @@ CREDENTIALS = {
'user': 'farmuser',
'password': 'farmpass',
'hook_token': 'hook-token-abc',
},
'FILE_PATH': {
# Path where pageviews.bz2 file (~3GB) will be downloaded.
'pageviews': '/tmp/pageviews',
}
},
Environment.PRODUCTION: {},
Expand Down

0 comments on commit 7816048

Please sign in to comment.