Merge pull request #6333 from Ocelot-Social-Community/6332-enable-gql-playground-set-DEBUG=true-in-backend-env

chore(other): set 'DEBUG=true' in backend '.env.template' to use GraphQL Playground
This commit is contained in:
Wolfgang Huß 2023-05-25 14:41:14 +02:00 committed by GitHub
commit eac46dd6c8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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?