Skip to content

Commit

Permalink
Addressed Github issue #1133
Browse files Browse the repository at this point in the history
  • Loading branch information
meta-paul committed Apr 5, 2024
1 parent b2fcd08 commit 1eb97a8
Showing 1 changed file with 12 additions and 9 deletions.
21 changes: 12 additions & 9 deletions docker/envs/env.dev
Original file line number Diff line number Diff line change
@@ -1,13 +1,16 @@
PROLIFIC_API_KEY="..."
# Uncomment and paste Prolific credentials here if you're using Prolific provider
# PROLIFIC_API_KEY="..."

MTURK_SANDBOX_NAME="..."
MTURK_SANDBOX_ACCESS_KEY_ID="..."
MTURK_SANDBOX_SECRET_ACCESS_KEY="..."
# Uncomment and paste Mturk credentials here if you're using Mturk sandbox provider
# MTURK_SANDBOX_NAME="..."
# MTURK_SANDBOX_ACCESS_KEY_ID="..."
# MTURK_SANDBOX_SECRET_ACCESS_KEY="..."

AWS_ACCESS_KEY_ID=...
AWS_SECRET_ACCESS_KEY=...
AWS_DEFAULT_REGION=...

S3_URL_EXPIRATION_MINUTES=60
# Uncomment and paste AWS credentials here if you're using presigned S3 URLs
# AWS_ACCESS_KEY_ID=...
# AWS_SECRET_ACCESS_KEY=...
# AWS_DEFAULT_REGION=...
#
# S3_URL_EXPIRATION_MINUTES=60

CYPRESS_CACHE_FOLDER=/tmp

0 comments on commit 1eb97a8

Please sign in to comment.