198a2c188a28b619d59295c550fbae517e25d561
[dylansserver.git] / sample.ini
1 # this file will be looked for at /etc/dylanstestserver.ini
2
3 [database]
4 domain = localhost
5 user = dylanstestuser
6 password = "dylanstestpassword"
7 database = dylanstestserver
8
9 [recaptcha]
10 # sign up here:
11 # https://www.google.com/recaptcha/admin/create
12 publickey = <your 40 character recaptcha public key>
13 privatekey = <your 40 character recaptcha private key>