mirror of
https://github.com/aleleba/create-node-ts-graphql-server.git
synced 2025-06-20 12:58:24 -06:00
Adding GraphQL playground option to server.
This commit is contained in:
@ -4,5 +4,7 @@ ENVIRONMENT=
|
||||
WHITELIST_URLS=
|
||||
#GRAPHIQL Default to "false"
|
||||
GRAPHIQL=
|
||||
#PLAYGROUND GRAPHQL Default to "false"
|
||||
PLAYGROUND_GRAPHQL=
|
||||
# PORT EXPOSE APP Default to 4000
|
||||
PORT=
|
Reference in New Issue
Block a user