From 50a10299c6392f71fdbe00c432bac17146319804 Mon Sep 17 00:00:00 2001 From: Alejandro Lembke Barrientos Date: Thu, 26 May 2022 00:05:06 +0000 Subject: [PATCH] Fixing Readme file --- README.md | 2 +- package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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",