mirror of
https://github.com/hasura/graphql-engine.git
synced 2024-12-14 17:02:49 +03:00
13 lines
211 B
JSON
13 lines
211 B
JSON
|
{
|
||
|
"version": "v1",
|
||
|
"definition": {
|
||
|
"allowRoleEmulationBy": "admin",
|
||
|
"mode": {
|
||
|
"webhook": {
|
||
|
"url": "http://auth_hook:3050/validate-request",
|
||
|
"method": "Post"
|
||
|
}
|
||
|
}
|
||
|
}
|
||
|
}
|