GoogleCloudPlatform / endpoints-framework-maven-plugin

Apache License 2.0
5 stars 13 forks source link

Add hostname option #18

Closed loosebazooka closed 7 years ago

loosebazooka commented 7 years ago

Allow users to specify hostname (like myapp.appspot.com) to set the default root-url for clients and discovery docs. It's never been needed, but it is a convenience option for developers that want a working default. Users can still use .setRootUrl to override the default when making calls with the client library.

This used to be derived from the <application> tag in appengine-web.xml, but we are phasing out that tag in favor of specifying the project in gcloud app deploy --project.