File tree 3 files changed +3
-3
lines changed
appengine/endpoints-frameworks-v2/migration-example
3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -35,7 +35,7 @@ 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 . Change ` GOOGLE_CLOUD_PROJECT ` with your project id in the hostname parameter
38
+ 1 . Change ` YOUR-PROJECT-ID ` with your project id in the hostname parameter
39
39
defined in either the Maven or Gradle build script. Hostname is used when a
40
40
discovery document is generated.
41
41
Original file line number Diff line number Diff line change @@ -74,7 +74,7 @@ appengine { // App Engine tasks configuration
74
74
// [START endpoints-server]
75
75
endpointsServer {
76
76
// Endpoints Framework Plugin server-side configuration
77
- hostname = " GOOGLE_CLOUD_PROJECT .appspot.com"
77
+ hostname = " YOUR-PROJECT-ID .appspot.com"
78
78
}
79
79
// [END endpoints-server]
80
80
Original file line number Diff line number Diff line change @@ -98,7 +98,7 @@ limitations under the License.
98
98
<version >1.0.0</version >
99
99
<configuration >
100
100
<!-- plugin configuration -->
101
- <hostname >GOOGLE_CLOUD_PROJECT .appspot.com</hostname >
101
+ <hostname >YOUR-PROJECT-ID .appspot.com</hostname >
102
102
</configuration >
103
103
</plugin >
104
104
<!-- [END endpoints-frameworks-plugin] -->
You can’t perform that action at this time.
0 commit comments