-
Notifications
You must be signed in to change notification settings - Fork 0
/
app.yaml
64 lines (47 loc) · 1.47 KB
/
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
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
application: moin2-test
version: dev
runtime: python27
api_version: 1
threadsafe: true
env_variables:
MOINCFG: ../wikiconfig_gae.py
handlers:
- url: /%2Bserve/anywikidraw
static_dir: support/xstatic/pkg/anywikidraw/data
- url: /%2Bserve/ckeditor
static_dir: support/xstatic/pkg/ckeditor/data
- url: /%2Bserve/jquery
static_dir: support/xstatic/pkg/jquery/data
- url: /%2Bserve/jquery_file_upload
static_dir: support/xstatic/pkg/jquery_file_upload/data
- url: /%2Bserve/svgedit_moin
static_dir: support/xstatic/pkg/svgedit_moin/data
- url: /%2Bserve/svgweb
static_dir: support/xstatic/pkg/svgweb/data
- url: /%2Bserve/twikidraw_moin
static_dir: support/xstatic/pkg/twikidraw_moin/data
- url: /_themes/foobar
static_dir: MoinMoin/themes/foobar/static
- url: /_themes/modernized
static_dir: MoinMoin/themes/modernized/static
- url: /favicon.ico
static_files: MoinMoin/static/logos/favicon.ico
upload: MoinMoin/static/logos/favicon.ico
- url: /robots.txt
static_files: MoinMoin/static/robots.txt
upload: MoinMoin/static/robots.txt
- url: /static
static_dir: MoinMoin/static
- url: /%2Bcli/index
script: cli_index.app
login: admin
- url: /.*
script: moin.application
# We must include jinja2 in the support directory, so we can use the same
# support tgz for both GAE and standalone local installations (both do not use
# setup.py). Thus, we do not use the jinja2 GAE could provide.
libraries:
- name: markupsafe
version: latest
- name: PIL
version: latest