Skip to content

Commit f12aca7

Browse files
navingerlesv
authored andcommitted
Added missing region tags (GoogleCloudPlatform#1235)
* Copied config file from endpoints-samples/k8s * Added missing region tags.
1 parent 38f9507 commit f12aca7

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

appengine-java8/endpoints-v2-backend/build.gradle

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,11 +53,12 @@ dependencies {
5353
compile 'com.google.endpoints:endpoints-framework-auth:1.0.5'
5454
// [END api_management]
5555
}
56-
56+
// [START endpoints_plugin_config]
5757
endpointsServer {
5858
// Endpoints Framework Plugin server-side configuration
5959
hostname = "${projectId}.appspot.com"
6060
}
61+
// [END endpoints_plugin_config]
6162

6263
appengine { // App Engine tasks configuration
6364
deploy { // deploy configuration

appengine-java8/endpoints-v2-backend/pom.xml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -54,11 +54,13 @@
5454
<artifactId>endpoints-framework</artifactId>
5555
<version>${endpoints.framework.version}</version>
5656
</dependency>
57+
<!-- [START api_management] -->
5758
<dependency>
5859
<groupId>com.google.endpoints</groupId>
5960
<artifactId>endpoints-management-control-appengine-all</artifactId>
6061
<version>1.0.10</version>
6162
</dependency>
63+
<!-- [END api_management] -->
6264
<dependency>
6365
<groupId>com.google.appengine</groupId>
6466
<artifactId>appengine-api-1.0-sdk</artifactId>
@@ -105,6 +107,7 @@
105107
<!-- deploy configuration -->
106108
</configuration>
107109
</plugin>
110+
<!-- [START endpoints_plugin] -->
108111
<plugin>
109112
<groupId>com.google.cloud.tools</groupId>
110113
<artifactId>endpoints-framework-maven-plugin</artifactId>
@@ -114,6 +117,7 @@
114117
<hostname>${endpoints.project.id}.appspot.com</hostname>
115118
</configuration>
116119
</plugin>
120+
<!-- [END endpoints_plugin] -->
117121
<plugin>
118122
<groupId>org.codehaus.mojo</groupId>
119123
<artifactId>versions-maven-plugin</artifactId>

0 commit comments

Comments
 (0)