repo.or.cz
/
gaetalk.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
添加 stanza 统计功能
[gaetalk.git]
/
app.yaml
blob
f199d669a9e55f3ccd6deed49d95ef3889dfe4ce
1
application: lilydjwg # that's the *** part in ***.appspost.com.
2
version: test
3
runtime: python
4
api_version: 1
5
6
handlers:
7
- url: /_ah/xmpp/.*
8
script: chatmain.py
9
- url: /_admin/userdedup
10
script: usermaintainer.py
11
login: admin
12
- url: /_admin/stat
13
script: stat.py
14
login: admin
15
- url: /
16
static_files: README.html
17
upload: README.html
18
- url: /css
19
static_dir: css
20
- url: /img
21
static_dir: img
22
- url: /remote_api
23
script: $PYTHON_LIB/google/appengine/ext/remote_api/handler.py
24
login: admin
25
26
inbound_services:
27
- xmpp_message
28
- xmpp_presence
29
- xmpp_subscribe
30
31
builtins:
32
- datastore_admin: on