mirror of
https://github.com/hasura/graphql-engine.git
synced 2024-12-16 18:42:30 +03:00
d8198a8bad
- remove `HASURA_TEST_CLI_HGE_DOCKER_TAG` & `HASURA_TEST_CLI_HGE_DOCKER_REPO` env variables - add `HASURA_TEST_CLI_HGE_DOCKER_IMAGE` environment variable to configure hge image used in tests - add template test project directories - add helper functions to manipulate the template projects in individual tests - add config v2 tests Co-authored-by: Kali Vara Purushotham Santhati <72007599+purush7@users.noreply.github.com> GitOrigin-RevId: 009a74c042861ff0a8dec2b06002e55de3a8a629
7 lines
150 B
YAML
7 lines
150 B
YAML
version: 3
|
|
endpoint: http://localhost:8080
|
|
metadata_directory: metadata
|
|
actions:
|
|
kind: synchronous
|
|
handler_webhook_baseurl: http://localhost:3000
|