File tree 8 files changed +8
-8
lines changed
appengine/endpoints-frameworks-v2/backend
appengine-java8/endpoints-v2-backend 8 files changed +8
-8
lines changed Original file line number Diff line number Diff line change @@ -51,7 +51,7 @@ dependencies {
51
51
52
52
endpointsServer {
53
53
// Endpoints Framework Plugin server-side configuration
54
- hostname = " echo-api.endpoints. ${ projectId} .cloud.goog "
54
+ hostname = " ${ projectId} .appspot.com "
55
55
}
56
56
57
57
sourceCompatibility = 1.8
Original file line number Diff line number Diff line change 81
81
<mainClass >com.google.api.server.spi.tools.EndpointsTool</mainClass >
82
82
<arguments >
83
83
<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 >
85
85
<argument >--war=target/echo-1.0-SNAPSHOT</argument >
86
86
<argument >com.example.echo.Echo</argument >
87
87
</arguments >
Original file line number Diff line number Diff line change 27
27
</system-properties >
28
28
29
29
<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 " />
31
31
</env-variables >
32
32
</appengine-web-app >
Original file line number Diff line number Diff line change 53
53
</init-param >
54
54
<init-param >
55
55
<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 >
57
57
</init-param >
58
58
</filter >
59
59
Original file line number Diff line number Diff line change @@ -51,7 +51,7 @@ dependencies {
51
51
52
52
endpointsServer {
53
53
// Endpoints Framework Plugin server-side configuration
54
- hostname = " echo-api.endpoints. ${ projectId} .cloud.goog "
54
+ hostname = " ${ projectId} .appspot.com "
55
55
}
56
56
57
57
sourceCompatibility = 1.7 // App Engine Standard uses Java 7
Original file line number Diff line number Diff line change 79
79
<mainClass >com.google.api.server.spi.tools.EndpointsTool</mainClass >
80
80
<arguments >
81
81
<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 >
83
83
<argument >--war=target/echo-1.0-SNAPSHOT</argument >
84
84
<argument >com.example.echo.Echo</argument >
85
85
</arguments >
Original file line number Diff line number Diff line change 28
28
</system-properties >
29
29
30
30
<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 " />
32
32
</env-variables >
33
33
</appengine-web-app >
Original file line number Diff line number Diff line change 49
49
</init-param >
50
50
<init-param >
51
51
<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 >
53
53
</init-param >
54
54
</filter >
55
55
You can’t perform that action at this time.
0 commit comments