Update GQL path for ajna subgraph watcher server
All checks were successful
Lint Checks / Run linter (pull_request) Successful in 43s
Smoke Test / Run basic test suite (pull_request) Successful in 4m35s
Webapp Test / Run webapp test suite (pull_request) Successful in 4m24s
Deploy Test / Run deploy test suite (pull_request) Successful in 5m58s
K8s Deploy Test / Run deploy test suite on kind/k8s (pull_request) Successful in 9m26s
All checks were successful
Lint Checks / Run linter (pull_request) Successful in 43s
Smoke Test / Run basic test suite (pull_request) Successful in 4m35s
Webapp Test / Run webapp test suite (pull_request) Successful in 4m24s
Deploy Test / Run deploy test suite (pull_request) Successful in 5m58s
K8s Deploy Test / Run deploy test suite on kind/k8s (pull_request) Successful in 9m26s
This commit is contained in:
parent
5308ab1e4e
commit
82e730d88d
@ -2,7 +2,7 @@
|
|||||||
host = "0.0.0.0"
|
host = "0.0.0.0"
|
||||||
port = 3008
|
port = 3008
|
||||||
kind = "active"
|
kind = "active"
|
||||||
gqlPath = "/graphql"
|
gqlPath = "/"
|
||||||
|
|
||||||
# Checkpointing state.
|
# Checkpointing state.
|
||||||
checkpointing = true
|
checkpointing = true
|
||||||
|
Loading…
Reference in New Issue
Block a user