From 83f0e54c28072af3bcf178a78a92c3ae46dfcd98 Mon Sep 17 00:00:00 2001 From: Makoto Onuki Date: Thu, 21 May 2015 11:30:02 -0700 Subject: [PATCH] Rename the appengine server app ID The app id has changed due to the HRD migration. The new one got an alias, so the old clients can still use the original URL, which is http://samplesyncadapter2.appspot.com. Bug 19796195 Change-Id: I1c06e6395dcadef6fa0f8ca1bb7b1185633df1f8 --- samples/SampleSyncAdapter/samplesyncadapter_server/app.yaml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/samples/SampleSyncAdapter/samplesyncadapter_server/app.yaml b/samples/SampleSyncAdapter/samplesyncadapter_server/app.yaml index 85261774f..0c4c3b294 100644 --- a/samples/SampleSyncAdapter/samplesyncadapter_server/app.yaml +++ b/samples/SampleSyncAdapter/samplesyncadapter_server/app.yaml @@ -12,7 +12,10 @@ # License for the specific language governing permissions and limitations under # the License. -application: samplesyncadapter2 +# Note the app name used to be "samplesyncadapter2", but it's now "samplesyncadapterhr" because +# it's been migrated to HR. But it's still accessible under the old URL, +# http://samplesyncadapter2.appspot.com/ +application: samplesyncadapterhr version: 1 runtime: python api_version: 1