| Index: appengine/cmd/dm/frontend/doc.go
|
| diff --git a/appengine/cmd/dm/frontend/doc.go b/appengine/cmd/dm/frontend/doc.go
|
| index 7340f7337e672848e792ac741a8ee792fb6be202..d281c46c7c36415e6c546967a382f7d3e15f62ef 100644
|
| --- a/appengine/cmd/dm/frontend/doc.go
|
| +++ b/appengine/cmd/dm/frontend/doc.go
|
| @@ -3,4 +3,12 @@
|
| // that can be found in the LICENSE file.
|
|
|
| // Package frontend is DM's Google AppEngine application stub.
|
| +//
|
| +// Setup
|
| +//
|
| +// * Create a pubsub topic "projects/$APPID/topics/dm-distributor-notify"
|
| +// * Create a pubsub Push subscription:
|
| +// Topic: "projects/$APPID/topics/dm-distributor-notify"
|
| +// Name: "projects/$APPID/subscriptions/dm-distributor-notify"
|
| +// Push: "https://$APPID.$APPDOMAIN/_ah/push-handlers/dm-distributor-notify"
|
| package frontend
|
|
|