{
"port" : "4000",
"redirectToHTTPS" : false,
"disableAllEmails" : false,
"cookieSecret" : "your_db_secret",
"startOnHTTPS" : false,
"httpsPrivateKeyPath" : "privatekey.pem",
"httpsCertificatePath" : "certificate.pem",
"db" : "mongodb://localhost/vrest",
"disableAnalyticsTracking" : false,
"disableLiveChat" : false,
"defaultUserPassword": null,
"mail": {
"host": "smtp.gmail.com",
"secureConnection": "true",
"port": 465,
"username": "vrest.mailer@your-domain.com",
"password": "email-password",
"defaultFrom": "vREST Mail <vrest.mailer@your-domain.com>",
"options": {
"authMethod": "PLAIN"
}
}
}