If defined, specifies the location of the secrets properties file.
You can use a website such as cryptotools.net to generate a RSA keypair with length
2048
. Then store the keys in keys/private.key
and keys/public.key
.
A file called local.properties
must be placed on the root of the project. The contents are:
woo.server=http://<server>:<port>
woo.consumer_key=...
woo.consumer_secret=...