File tree Expand file tree Collapse file tree 1 file changed +5
-4
lines changed
appengine/endpoints-frameworks-v2/migration-example Expand file tree Collapse file tree 1 file changed +5
-4
lines changed Original file line number Diff line number Diff line change @@ -35,11 +35,12 @@ process is explained [here][8] and a quickstart is provided [here][9].
3535- [ Google Cloud Endpoints Frameworks Gradle Plugin] [ 11 ]
3636
3737## Setup
38- 1 . The hostname used in a genearted Discovery document is set by replacing
39- ` GOOGLE_CLOUD_PROJECT ` with your project id found in the following files.
38+ 1 . Change ` GOOGLE_CLOUD_PROJECT ` with your project id in the hostname parameter
39+ defined in either the Maven or Gradle build script. Hostname is used when a
40+ discovery document is generated.
4041
41- - [ Maven - pom.xml] ( pom.xml )
42- - [ Gradle - build.gradle] ( build.gradle )
42+ - [ Maven - pom.xml] ( pom.xml )
43+ - [ Gradle - build.gradle] ( build.gradle )
4344
44451 . [ Optional] : User Authenticating with Google Accounts in Web Clients
4546
You can’t perform that action at this time.
0 commit comments