I have appended /opt/bitnami/parse/config.json
from
{
"appId": "myappID",
"masterKey": "xxxxxxxxxx",
"appName": "parse-server",
"mountPath": "/parse",
"port": "1337",
"host": "0.0.0.0",
"serverURL": "http://x.xxx.xx.xx/parse",
"databaseURI": "mongodb://bn_parse:1xxxxxxx2x@127.0.0.1:27017/bitnami_parse"
}
to
"verifyUserEmails": true,
"emailVerifyTokenValidityDuration":7200,
"publicServerURL": "http://x.xxx.xx.xxx/parse",
"emailAdapter": [{module: '@parse/simple-mailgun-adapter',options: {fromAddress: "brad@sandboxef2xxxxxxxx.mailgun.org",domain: "sandboxef2xxxxxxxx.mailgun.org", apiKey: "xxxxxxxxxxxxxxxxxx-xxxxx-xxxxx"}}]
and then the Parse Server not able to restart. I was trying to enable the email verification with mailgun but to no avail.
Thank You in advance for your reply.