Portfolio
View an example at https://bugg.co/
Feel free to use this code and modify it however you like, as long as it obeys the license by keeping a reference to the source.
private/recaptcha_secret.js
Sample module.exports = {
secret: "YOUR_SECRET_HERE",
email: "youremail@example.com"
}
private/path_data.js
Sample module.exports = {
cert: "path/to/your/certificate.pem"
privatekey: "path/to/your/privatekey.pem"
}```