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
添加历史记录类型 admin
[gaetalk.git]
/
app.yaml
blob
ea45030a95c21f5d046e9ffb7bf6d0d01e528258
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: /
13
static_files: README.html
14
upload: README.html
15
- url: /css
16
static_dir: css
17
- url: /img
18
static_dir: img
19
- url: /remote_api
20
script: $PYTHON_LIB/google/appengine/ext/remote_api/handler.py
21
login: admin
22
23
inbound_services:
24
- xmpp_message
25
- xmpp_presence
26
- xmpp_subscribe
27
28
builtins:
29
- datastore_admin: on