mirror of
				https://github.com/aleleba/create-node-ts-graphql-server.git
				synced 2025-11-01 06:30:49 -06:00 
			
		
		
		
	
		
			
				
	
	
		
			10 lines
		
	
	
		
			234 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
			
		
		
	
	
			10 lines
		
	
	
		
			234 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
| #ENVIRONMENT Defauld production
 | |
| ENV=
 | |
| #WHITELIST URLS Default to http://localhost
 | |
| WHITELIST_URLS=
 | |
| #GRAPHIQL Default to "false"
 | |
| GRAPHIQL=
 | |
| #PLAYGROUND GRAPHQL Default to "false"
 | |
| PLAYGROUND_GRAPHQL=
 | |
| # PORT EXPOSE APP Default to 4000
 | |
| PORT= |