-
-
Notifications
You must be signed in to change notification settings - Fork 4.8k
Closed
Description
I can able to launch parse-dashboard with applications in my mac.
1.Core (Available)
2.Push (Available)
3.App Settings (Not Available)
I have enabled email verification in parse server as below but still App Settings is not showing.
verifyUsersEmails: true,
emailAdapter: {
module: 'parse-server-simple-mailgun-adapter',
options: {
// The address that your emails come from
fromAddress: '[email protected]',
// Your domain from mailgun.com
domain: 'mg.myapp.com',
// Your API key from mailgun.com
apiKey: 'maigun_key'
}
}
Metadata
Metadata
Assignees
Labels
No labels