Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

App Settings is not showing in parse-dashboard #3361

Closed
skparticles opened this issue Jan 12, 2017 · 2 comments
Closed

App Settings is not showing in parse-dashboard #3361

skparticles opened this issue Jan 12, 2017 · 2 comments

Comments

@skparticles
Copy link

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'
}
}

@natanrolnik
Copy link
Contributor

natanrolnik commented Jan 12, 2017

That's correct, @partikles. The open source parse-dashboard doesn't support app settings. As they are initialized with the server, there is no (current) way to switch settings on the go.

If you think it's a feature worth dealing with, please open a PR in both repos.

@BillyJohn3
Copy link

Can you point me out how to initialize the settings section with the server?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants