Skip to content

Commit 2c897d0

Browse files
saicheemsJon Wayne Parrott
authored and
Jon Wayne Parrott
committed
Update sample app with latest configuration (#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

File tree

4 files changed

+3
-10
lines changed

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

Lines 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)