From c99d7e89c9b28df76f9d620a1f0a5f72220eee87 Mon Sep 17 00:00:00 2001 From: IshaVenikar Date: Mon, 2 Jun 2025 14:46:04 +0530 Subject: [PATCH] Update dgraph URL env in demo steps --- docs/demo.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/demo.md b/docs/demo.md index c131553..ab25840 100644 --- a/docs/demo.md +++ b/docs/demo.md @@ -407,7 +407,7 @@ export USE_HOST_NETWORK=host # Set local host URL for dgraph server - export DGRAPH_URL=http://localhost:8080/graphql + export DGRAPH_DOMAIN=http://localhost:8080 ``` - Run playbook to setup cosmos multisig app