File tree 1 file changed +5
-4
lines changed
appengine/endpoints-frameworks-v2/migration-example
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].
35
35
- [ Google Cloud Endpoints Frameworks Gradle Plugin] [ 11 ]
36
36
37
37
## 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.
40
41
41
- - [ Maven - pom.xml] ( pom.xml )
42
- - [ Gradle - build.gradle] ( build.gradle )
42
+ - [ Maven - pom.xml] ( pom.xml )
43
+ - [ Gradle - build.gradle] ( build.gradle )
43
44
44
45
1 . [ Optional] : User Authenticating with Google Accounts in Web Clients
45
46
You can’t perform that action at this time.
0 commit comments