rename rendezvous to broker

This commit is contained in:
Serene Han 2016-01-19 18:07:59 -08:00
parent 5e9b23de9e
commit 62e6704d1f
4 changed files with 2 additions and 2 deletions

10
broker/app.yaml Normal file
View file

@ -0,0 +1,10 @@
# override this with appcfg.py -A $YOUR_APP_ID
application: snowflake-reg
version: 1
runtime: go
api_version: go1
handlers:
- url: /.*
script: _go_app
secure: always