graphql-engine/v3/auth_config.json

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

15 lines
227 B
JSON
Raw Normal View History

{
"version": "v1",
"definition": {
"allowRoleEmulationBy": "admin",
"mode": {
"noAuth": {
"role": "admin",
"sessionVariables": {
"x-hasura-user-id": "1"
}
}
}
}
}