From 0871ccd2cbd54af7347179af7fd4b947b0381164 Mon Sep 17 00:00:00 2001 From: Chris Donati Date: Mon, 13 Apr 2015 16:24:31 -0700 Subject: [PATCH] Fix a confusing comment about the project id --- templates/AppScalefile-cloud | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/templates/AppScalefile-cloud b/templates/AppScalefile-cloud index fb32e005..3d2e7dd5 100644 --- a/templates/AppScalefile-cloud +++ b/templates/AppScalefile-cloud @@ -64,10 +64,9 @@ max : 1 # Compute Engine on your behalf. #client_secrets: '~/client_secrets.json' -# The project number associated with your Google Compute Engine account, used -# to uniquely identify you when communicating with Google Compute Engine. -# Note: Do not use the project number. -#project: 'project-name-here' +# The Project ID associated with your Google Compute Engine project. +# Note: Do not use the Project Name or the Project Number. +#project: 'project-id-here' # The Elastic IP (in Amazon Web Services) or Static IP (in Google Compute Engine) # that should be used for your first machine's public IP address.