-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathapp.yaml
43 lines (38 loc) · 912 Bytes
/
app.yaml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
application: kcgigfest
version: 1
runtime: python27
api_version: 1
threadsafe: false
env_variables:
LRS_DOMAIN: lrs.adlnet.gov
STATEMENTS_PATH: /xapi/statements
LRS_USERNAME: 5bda497384c045d2b92674321138df23
LRS_PASSWORD: dtxgmjtjEa
COURSE_NAME: 'KCGigfest'
COURSE_DESCRIPTION: 'A Google Course Builder MOOC on Search Education.'
GCB_PRODUCT_VERSION: '1.3.0'
inbound_services:
- warmup
builtins:
- remote_api: on
- deferred: on
libraries:
- name: webapp2
version: latest
- name: jinja2
version: latest
handlers:
- url: /remote_api
script: $PYTHON_LIB/google/appengine/ext/remote_api/handler.py
login: admin
- url: /_ah/dev_admin(/.*)? # provides interactive console
script: $PYTHON_LIB/google/appengine/ext/admin
login: admin
secure: always
- url: /tincan/statements
script: tincan.app
- url: /tincan/.*
script: tincan.app
login: required
- url: /.*
script: main.app