added recaptcha section to sample.ini
[dylansserver.git] / 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>