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

feat: added local config server so we can enable settings locally #830

Merged
merged 8 commits into from
Feb 13, 2024

Conversation

dbarrosop
Copy link
Member

@dbarrosop dbarrosop commented Feb 9, 2024

curl \
    -H "Content-type: Application/json" \
    -X POST \
    -d '{"query": "query { config(appID: \"00000000-0000-0000-0000-000000000000\", resolve: true) { auth { version } } }"}' \
    https://local.dashboard.nhost.run/v1/configserver/graphql
{"data":{"config":{"auth":{"version":"0.21.2"}}}}

Note: Changing the configuration is supported but nhost up needs to be run manually afterwards to apply changes.

@dbarrosop dbarrosop merged commit fbdedae into main Feb 13, 2024
8 checks passed
@dbarrosop dbarrosop deleted the local-cfg branch February 13, 2024 18:02
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants