From 8daca56024b89001bb01ae568b112b1a76b15328 Mon Sep 17 00:00:00 2001 From: weiminyu Date: Sun, 28 Apr 2019 16:07:26 -0700 Subject: [PATCH] Fix incorrect public tutorial on configuration ------------- Created by MOE: https://github.com/google/moe MOE_MIGRATED_REVID=245665006 --- docs/configuration.md | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/docs/configuration.md b/docs/configuration.md index 771c2ecf2..dade2dc93 100644 --- a/docs/configuration.md +++ b/docs/configuration.md @@ -73,9 +73,7 @@ description of each option: ```yaml appEngine: projectId: # Your App Engine project ID - toolsServiceUrl: - hostName: tools-dot-PROJECT-ID.appspot.com # Insert your project ID - port: 443 + toolsServiceUrl: https://tools-dot-PROJECT-ID.appspot.com # Insert your project ID gSuite: domainName: # Your G Suite domain name