added recaptcha section to sample.ini
authorDylan Lloyd <dylan@psu.edu>
Thu, 24 Mar 2011 02:10:28 +0000 (22:10 -0400)
committerDylan Lloyd <dylan@psu.edu>
Thu, 24 Mar 2011 02:15:35 +0000 (22:15 -0400)
sample.ini

index 67e4350..198a2c1 100644 (file)
@@ -5,3 +5,9 @@ domain = localhost
 user = dylanstestuser
 password = "dylanstestpassword"
 database = dylanstestserver
+
+[recaptcha]
+# sign up here:
+# https://www.google.com/recaptcha/admin/create
+publickey = <your 40 character recaptcha public key>
+privatekey = <your 40 character recaptcha private key>