Skip to content

Commit

Permalink
Fix region tags and add a new one (#919)
Browse files Browse the repository at this point in the history
  • Loading branch information
frankyn authored Nov 15, 2017
1 parent b4af8a1 commit 0ab0faf
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion appengine-java8/endpoints-v2-skeleton/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -46,10 +46,10 @@ dependencies {
}
// [END dependencies]

// [START endpoints_server_configuration]
// You must replace YOUR_PROJECT_ID with your Google Cloud Project Id
def projectId = 'YOUR_PROJECT_ID'

// [START endpoints_server_configuration]
endpointsServer {
// Endpoints Framework Plugin server-side configuration
hostname = "${projectId}.appspot.com"
Expand Down
2 changes: 2 additions & 0 deletions appengine-java8/endpoints-v2-skeleton/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -90,6 +90,7 @@
<!-- deploy configuration -->
</configuration>
</plugin>
<!-- [START endpoints_maven_configuration] -->
<plugin>
<groupId>com.google.cloud.tools</groupId>
<artifactId>endpoints-framework-maven-plugin</artifactId>
Expand All @@ -103,6 +104,7 @@
<hostname>YOUR_PROJECT_ID.appspot.com</hostname>
</configuration>
</plugin>
<!-- [END endpoints_maven_configuration] -->
</plugins>
</build>
<!-- [END pom_build] -->
Expand Down

0 comments on commit 0ab0faf

Please sign in to comment.