From 1f91dd62a36cb64176d1c060155d892c292aced1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Abel=20Fern=C3=A1ndez?= <44572727+abefernan@users.noreply.github.com> Date: Tue, 19 Mar 2024 13:26:43 +0100 Subject: [PATCH] Add Anonymous access config README.md --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 650b01a..de313b7 100644 --- a/README.md +++ b/README.md @@ -25,6 +25,7 @@ This app relies on DGraph as for storing account, transaction and signature deta - Create a [DGraph](https://cloud.dgraph.io) account - Launch a new backend - Click the `Develop -> Schema` menu item, and past the contents of the `db-schema.graphql` file in the root of this repo +- On the `Develop -> Schema` view, click the `Access` tab, and make sure Anonymous Access is OFF. - Click the `Admin -> Settings` menu item, and create a key. Copy that key into your vercel app's environment variables as the `DGRAPH_SECRET` value As your instance of the app is used, you can return to the DGraph dashboard to view records for any accounts, transactions or signatures. @@ -52,6 +53,7 @@ This app relies on DGraph as for storing account, transaction and signature deta - Create a [DGraph](https://cloud.dgraph.io) account - Launch a new backend - Click the `Develop -> Schema` menu item, and past the contents of the `db-schema.graphql` file in the root of this repo +- On the `Develop -> Schema` view, click the `Access` tab, and make sure Anonymous Access is OFF. - Click the `Admin -> Settings` menu item, and create a key. Copy that key into your vercel app's environment variables as the `DGRAPH_SECRET` value As your instance of the app is used, you can return to the DGraph dashboard to view records for any accounts, transactions or signatures.