forked from lilydjwg/gaetalk
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathapp.yaml
More file actions
35 lines (32 loc) · 660 Bytes
/
Copy pathapp.yaml
File metadata and controls
35 lines (32 loc) · 660 Bytes
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
application: lilydjwg # that's the *** part in ***.appspost.com.
version: test
runtime: python
api_version: 1
handlers:
- url: /_ah/xmpp/.*
script: chatmain.py
- url: /_admin/userdedup
script: usermaintainer.py
login: admin
- url: /_admin/stat
script: stat.py
login: admin
- url: /_admin/queue
script: chatmain.py
login: admin
- url: /
static_files: README.html
upload: README.html
- url: /css
static_dir: css
- url: /img
static_dir: img
- url: /remote_api
script: $PYTHON_LIB/google/appengine/ext/remote_api/handler.py
login: admin
inbound_services:
- xmpp_message
- xmpp_presence
- xmpp_subscribe
builtins:
- datastore_admin: on