mirror of
https://github.com/google/earthengine-api.git
synced 2025-12-08 19:26:12 +00:00
28 lines
418 B
YAML
28 lines
418 B
YAML
application: <your-appid-here>
|
|
version: 1
|
|
runtime: python27
|
|
api_version: 1
|
|
threadsafe: true
|
|
|
|
handlers:
|
|
- url: /.*
|
|
script: ee_appengine.app
|
|
- url: /oauth2callback
|
|
script: oauth2client.appengine.application
|
|
|
|
libraries:
|
|
- name: jinja2
|
|
version: "2.6"
|
|
- name: webapp2
|
|
version: "2.5.2"
|
|
- name: pycrypto
|
|
version: "2.6"
|
|
|
|
skip_files:
|
|
- ^(.*/)?#.*#$
|
|
- ^(.*/)?.*~$
|
|
- ^(.*/)?.*\.pyo$
|
|
- ^(.*/)?.*/RCS/.*$
|
|
- ^(.*/)?\..*$
|
|
|