<?xml version="1.0" encoding="utf-8" ?>
<configuration>
<appSettings>
<!--decaptcher.com login-->
<add key="login" value="your login" />
<!--decaptcher.com password-->
<add key="password" value="your password" />
<!--connection timeout (seconds)-->
<add key="connection_timeout" value="60" />
<!-- tries to resend -->
<add key="decaptcher_tries" value="1" />
<!--default answer-->
<add key="decaptcher_default_answer" value="sorry" />
<!--host of the decaptcher poster-->
<add key="decaptcher_host" value="http://decaptcher.com/poster/"/>
</appSettings>
</configuration>