mirror of
https://github.com/aleleba/create-node-ts-graphql-server.git
synced 2025-01-09 21:46:48 -06:00
Fixing Readme file
This commit is contained in:
parent
317f53efa2
commit
50a10299c6
@ -22,7 +22,7 @@ This is an example of config.
|
|||||||
#ENVIRONMENT Defauld production
|
#ENVIRONMENT Defauld production
|
||||||
ENVIRONMENT=development
|
ENVIRONMENT=development
|
||||||
#WHITELIST URLS Default to http://localhost
|
#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 Default to "false"
|
||||||
GRAPHIQL=true
|
GRAPHIQL=true
|
||||||
# PORT EXPOSE APP Default to 4000
|
# PORT EXPOSE APP Default to 4000
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "ts-graphql-server",
|
"name": "ts-graphql-server",
|
||||||
"version": "1.0.0",
|
"version": "1.0.1",
|
||||||
"description": "Node with Typescript and GraphQL Server",
|
"description": "Node with Typescript and GraphQL Server",
|
||||||
"bin": "./bin/cli.js",
|
"bin": "./bin/cli.js",
|
||||||
"main": "index.js",
|
"main": "index.js",
|
||||||
|
Loading…
Reference in New Issue
Block a user