Set 'DEBUG=true' in backend '.env.template' to use GraphQL Playground

- Mention in docs as well.
This commit is contained in:
Wolfgang Huß 2023-05-24 18:01:17 +02:00
parent e9073b04e4
commit cb1473b748
2 changed files with 4 additions and 0 deletions

View File

@ -1,3 +1,5 @@
DEBUG=true
NEO4J_URI=bolt://localhost:7687
NEO4J_USERNAME=neo4j
NEO4J_PASSWORD=letmein

View File

@ -1,5 +1,7 @@
# GraphQL Playground
***Attention:** For using the GraphQL Playground set `DEBUG=true` in your backend `.env`, see `.env.template`!*
To use GraphQL Playground, we need to know some basics:
## How To Login?