|
Revision 17, 1.4 kB
(checked in by DanWilson, 16 years ago)
|
|
added the authentication information for the akismet key for future reference
|
| Line | |
|---|
| 1 | <cfsilent> |
|---|
| 2 | #Please read Installation.html for a description of these values and how to customize this for your needs |
|---|
| 3 | |
|---|
| 4 | [CFFormProtect] |
|---|
| 5 | #which tests to run |
|---|
| 6 | mouseMovement=1 |
|---|
| 7 | usedKeyboard=1 |
|---|
| 8 | timedFormSubmission=1 |
|---|
| 9 | hiddenFormField=1 |
|---|
| 10 | akismet=1 |
|---|
| 11 | tooManyUrls=1 |
|---|
| 12 | teststrings=1 |
|---|
| 13 | projectHoneyPot=0 |
|---|
| 14 | # NOTE: if you need to adjust the API key for Akismet |
|---|
| 15 | # Login to http://dashboard.wordpress.com/wp-admin/profile.php |
|---|
| 16 | # Username: modelglueframework |
|---|
| 17 | # Password: modelglue |
|---|
| 18 | #settings for individual tests |
|---|
| 19 | timedFormMinSeconds=5 |
|---|
| 20 | timedFormMaxSeconds=3600 |
|---|
| 21 | encryptionKey=m4db0ll0ck5 |
|---|
| 22 | akismetAPIKey=b9fe017cd38d |
|---|
| 23 | akismetBlogURL=http://model-glue.com |
|---|
| 24 | akismetFormNameField=name |
|---|
| 25 | akismetFormEmailField=email |
|---|
| 26 | akismetFormURLField=website |
|---|
| 27 | akismetFormBodyField=comments |
|---|
| 28 | tooManyUrlsMaxUrls=6 |
|---|
| 29 | spamstrings='free music,download music,music downloads,viagra,phentermine,viagra,tramadol,ultram,prescription soma,cheap soma,cialis,levitra,weight loss,buy cheap' |
|---|
| 30 | projectHoneyPotAPIKey= |
|---|
| 31 | |
|---|
| 32 | #the points each test costs for failure |
|---|
| 33 | mouseMovementPoints=1 |
|---|
| 34 | usedKeyboardPoints=1 |
|---|
| 35 | timedFormPoints=2 |
|---|
| 36 | hiddenFieldPoints=3 |
|---|
| 37 | akismetPoints=3 |
|---|
| 38 | tooManyUrlsPoints=3 |
|---|
| 39 | spamStringPoints=2 |
|---|
| 40 | projectHoneyPotPoints=3 |
|---|
| 41 | |
|---|
| 42 | #how many points will flag the form submission as spam |
|---|
| 43 | failureLimit=3 |
|---|
| 44 | |
|---|
| 45 | #email settings |
|---|
| 46 | emailFailedTests=0 |
|---|
| 47 | emailServer= |
|---|
| 48 | emailUserName= |
|---|
| 49 | emailPassword= |
|---|
| 50 | emailFromAddress= |
|---|
| 51 | emailToAddress= |
|---|
| 52 | emailSubject= |
|---|
| 53 | |
|---|
| 54 | #logging |
|---|
| 55 | logFailedTests=1 |
|---|
| 56 | logFile= |
|---|
| 57 | </cfsilent> |
|---|