diff --git a/README.md b/README.md index 48b8306..604ec65 100644 --- a/README.md +++ b/README.md @@ -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 diff --git a/package.json b/package.json index cddb83f..8a9b216 100644 --- a/package.json +++ b/package.json @@ -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",