Use GOOGLE_CLOUD_PROJECT instead of GAE_APPLICATION
This commit is contained in:
		@ -1,7 +1,7 @@
 | 
			
		||||
import util from 'util';
 | 
			
		||||
 | 
			
		||||
// https://cloud.google.com/appengine/docs/standard/nodejs/runtime#environment_variables
 | 
			
		||||
const projectId = process.env.GAE_APPLICATION;
 | 
			
		||||
const projectId = process.env.GOOGLE_CLOUD_PROJECT;
 | 
			
		||||
 | 
			
		||||
const enableDebugging = process.env.DEBUG != null;
 | 
			
		||||
 | 
			
		||||
 | 
			
		||||
		Reference in New Issue
	
	Block a user