Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 2c897d0

Browse filesBrowse files
saicheemsJon Wayne Parrott
authored andcommitted
Update sample app with latest configuration (GoogleCloudPlatform#450)
Rename to `endpoints-frameworks-v2`. Add `ssl` to app.yaml libraries. Remove `manual_scaling` and `beta_settings` sections from app.yaml
1 parent fccfb99 commit 2c897d0
Copy full SHA for 2c897d0

File tree

Expand file treeCollapse file tree

4 files changed

+3
-10
lines changed
Filter options
Expand file treeCollapse file tree

4 files changed

+3
-10
lines changed

‎appengine/standard/endpoints-frameworks-v2.0/backend/app.yaml renamed to ‎appengine/standard/endpoints-frameworks-v2/backend/app.yaml

Copy file name to clipboardExpand all lines: appengine/standard/endpoints-frameworks-v2/backend/app.yaml
+3-10Lines changed: 3 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -10,18 +10,11 @@ handlers:
1010
libraries:
1111
- name: pycrypto
1212
version: 2.6
13-
14-
# Endpoints Frameworks 2.0 uses background threads for caching and reporting to
15-
# service management and service control.
16-
manual_scaling:
17-
instances: 1
18-
19-
beta_settings:
20-
use_endpoints_api_management: true
21-
endpoints_swagger_spec_file: echo-v1_swagger.json
13+
- name: ssl
14+
version: 2.7.11
2215

2316
env_variables:
2417
# Replace with your endpoints service name.
2518
ENDPOINTS_SERVICE_NAME: your-service.appspot.com
2619
# Replace with the version Id of your uploaded Endpoints service.
27-
ENDPOINTS_SERVICE_VERSION: 2016-08-01r01
20+
ENDPOINTS_SERVICE_VERSION: 2016-08-01r0

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.