昵称中还是不要使用 empathy 显示行高不同的字符好了
[gaetalk.git] / app.yaml
blobf65a488e7200491db30262ee3a1d9a755a565c50
1 application: lilydjwg # that's the *** part in ***.appspost.com.
2 version: test
3 runtime: python
4 api_version: 1
6 handlers:
7 - url: /_ah/xmpp/.*
8   script: chatmain.py
9 - url: /_test/memcache
10   script: memcachetest.py
11 - url: /_admin/clean.*
12   script: clean.py
13   login: admin
14 - url: /_admin/userdedup
15   script: usermaintainer.py
16   login: admin
17 - url: /
18   static_files: README.html
19   upload: README.html
20 - url: /css
21   static_dir: css
22 - url: /img
23   static_dir: img
25 inbound_services:
26 - xmpp_message
27 - xmpp_presence
28 - xmpp_subscribe
30 builtins:
31 - datastore_admin: on