Comment out the 'loadtest' backend in the 'counter' backend sample so that it does...
[gae-samples.git] / guestbook_namespaces / app.cfg
blob93e1bd590dab6cbae37da57c8fa0d5b151691d7b
1 app_id: "guestbook-namespaces"
2 version_id: "1"
4 runtime_id: "python"
6 URLMap {
7   regex: ".*"
8   handler <
9     type: 1
10     path: "guestbook.py"
11   >