Skip to content

Commit

Permalink
Update sample app with latest configuration (#450)
Browse files Browse the repository at this point in the history
Rename to `endpoints-frameworks-v2`.
Add `ssl` to app.yaml libraries.
Remove `manual_scaling` and `beta_settings` sections from app.yaml
  • Loading branch information
saicheems authored and Jon Wayne Parrott committed Aug 15, 2016
1 parent fccfb99 commit 2c897d0
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 10 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -10,18 +10,11 @@ handlers:
libraries:
- name: pycrypto
version: 2.6

# Endpoints Frameworks 2.0 uses background threads for caching and reporting to
# service management and service control.
manual_scaling:
instances: 1

beta_settings:
use_endpoints_api_management: true
endpoints_swagger_spec_file: echo-v1_swagger.json
- name: ssl
version: 2.7.11

env_variables:
# Replace with your endpoints service name.
ENDPOINTS_SERVICE_NAME: your-service.appspot.com
# Replace with the version Id of your uploaded Endpoints service.
ENDPOINTS_SERVICE_VERSION: 2016-08-01r01
ENDPOINTS_SERVICE_VERSION: 2016-08-01r0

0 comments on commit 2c897d0

Please sign in to comment.