Text Formatting

This commit is contained in:
Michael Mintz 2016-02-19 17:16:40 -05:00
parent 5c21bd5b4a
commit c4718313e7
1 changed files with 4 additions and 4 deletions

View File

@ -43,10 +43,10 @@ WAIT_FOR_RSC_ON_CLICKS = False
# Amazon S3 Bucket Credentials
# (For saving screenshots and other log files from tests)
S3_LOG_BUCKET = "[[S3 BUCKET NAME]]"
S3_BUCKET_URL = ("https://[[S3 BUCKET_NAME]].s3.amazonaws.com/")
S3_SELENIUM_ACCESS_KEY = "[[S3_ACCESS_KEY]]"
S3_SELENIUM_SECRET_KEY = "[[S3_SECRET_KEY]]"
S3_LOG_BUCKET = "[S3 BUCKET NAME]"
S3_BUCKET_URL = "https://[S3 BUCKET NAME].s3.amazonaws.com/"
S3_SELENIUM_ACCESS_KEY = "[S3 ACCESS KEY]"
S3_SELENIUM_SECRET_KEY = "[S3 SECRET KEY]"
# MySQL DB Credentials
# (For saving data from tests)