disinclined.org
/
git
/
dylansserver.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
22ca6f0
)
added recaptcha section to sample.ini
author
Dylan Lloyd
<dylan@psu.edu>
Thu, 24 Mar 2011 02:10:28 +0000
(22:10 -0400)
committer
Dylan Lloyd
<dylan@psu.edu>
Thu, 24 Mar 2011 02:15:35 +0000
(22:15 -0400)
sample.ini
patch
|
blob
|
history
diff --git
a/sample.ini
b/sample.ini
index
67e4350
..
198a2c1
100644
(file)
--- a/
sample.ini
+++ b/
sample.ini
@@
-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>