Fixing Readme file

This commit is contained in:
Alejandro Lembke Barrientos 2022-05-26 00:05:06 +00:00
parent 317f53efa2
commit 50a10299c6
2 changed files with 2 additions and 2 deletions

View File

@ -22,7 +22,7 @@ This is an example of config.
#ENVIRONMENT Defauld production
ENVIRONMENT=development
#WHITELIST URLS Default to http://localhost
WHITELIST_URLS=https://dev-back-end.p-lao.com
WHITELIST_URLS=https://someurl.com
#GRAPHIQL Default to "false"
GRAPHIQL=true
# PORT EXPOSE APP Default to 4000

View File

@ -1,6 +1,6 @@
{
"name": "ts-graphql-server",
"version": "1.0.0",
"version": "1.0.1",
"description": "Node with Typescript and GraphQL Server",
"bin": "./bin/cli.js",
"main": "index.js",