File tree Expand file tree Collapse file tree 8 files changed +8
-8
lines changed
appengine-java8/endpoints-v2-backend
appengine/endpoints-frameworks-v2/backend Expand file tree Collapse file tree 8 files changed +8
-8
lines changed Original file line number Diff line number Diff line change @@ -51,7 +51,7 @@ dependencies {
5151
5252endpointsServer {
5353 // Endpoints Framework Plugin server-side configuration
54- hostname = " echo-api.endpoints. ${ projectId} .cloud.goog "
54+ hostname = " ${ projectId} .appspot.com "
5555}
5656
5757sourceCompatibility = 1.8
Original file line number Diff line number Diff line change 8181 <mainClass >com.google.api.server.spi.tools.EndpointsTool</mainClass >
8282 <arguments >
8383 <argument >get-swagger-doc</argument >
84- <argument >--hostname=echo-api.endpoints. ${endpoints.project.id} .cloud.goog </argument >
84+ <argument >--hostname=${endpoints.project.id} .appspot.com </argument >
8585 <argument >--war=target/echo-1.0-SNAPSHOT</argument >
8686 <argument >com.example.echo.Echo</argument >
8787 </arguments >
Original file line number Diff line number Diff line change 2727 </system-properties >
2828
2929 <env-variables >
30- <env-var name =" ENDPOINTS_SERVICE_NAME" value =" echo-api.endpoints. ${endpoints.project.id}.cloud.goog " />
30+ <env-var name =" ENDPOINTS_SERVICE_NAME" value =" ${endpoints.project.id}.appspot.com " />
3131 </env-variables >
3232</appengine-web-app >
Original file line number Diff line number Diff line change 5353 </init-param >
5454 <init-param >
5555 <param-name >endpoints.serviceName</param-name >
56- <param-value >echo-api.endpoints. ${endpoints.project.id}.cloud.goog </param-value >
56+ <param-value >${endpoints.project.id}.appspot.com </param-value >
5757 </init-param >
5858 </filter >
5959
Original file line number Diff line number Diff line change @@ -51,7 +51,7 @@ dependencies {
5151
5252endpointsServer {
5353 // Endpoints Framework Plugin server-side configuration
54- hostname = " echo-api.endpoints. ${ projectId} .cloud.goog "
54+ hostname = " ${ projectId} .appspot.com "
5555}
5656
5757sourceCompatibility = 1.7 // App Engine Standard uses Java 7
Original file line number Diff line number Diff line change 7979 <mainClass >com.google.api.server.spi.tools.EndpointsTool</mainClass >
8080 <arguments >
8181 <argument >get-swagger-doc</argument >
82- <argument >--hostname=echo-api.endpoints. ${endpoints.project.id} .cloud.goog </argument >
82+ <argument >--hostname=${endpoints.project.id} .appspot.com </argument >
8383 <argument >--war=target/echo-1.0-SNAPSHOT</argument >
8484 <argument >com.example.echo.Echo</argument >
8585 </arguments >
Original file line number Diff line number Diff line change 2828 </system-properties >
2929
3030 <env-variables >
31- <env-var name =" ENDPOINTS_SERVICE_NAME" value =" echo-api.endpoints. ${endpoints.project.id}.cloud.goog " />
31+ <env-var name =" ENDPOINTS_SERVICE_NAME" value =" ${endpoints.project.id}.appspot.com " />
3232 </env-variables >
3333</appengine-web-app >
Original file line number Diff line number Diff line change 4949 </init-param >
5050 <init-param >
5151 <param-name >endpoints.serviceName</param-name >
52- <param-value >echo-api.endpoints. ${endpoints.project.id}.cloud.goog </param-value >
52+ <param-value >${endpoints.project.id}.appspot.com </param-value >
5353 </init-param >
5454 </filter >
5555
You can’t perform that action at this time.
0 commit comments