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

16
broker/config.go Normal file
View file

@ -0,0 +1,16 @@
/*
This is the server-side code that runs on Google App Engine for the
"appspot" registration method.
See doc/appspot-howto.txt for more details about setting up an
application, and advice on running one.
To upload a new version:
$ torify ~/go_appengine/appcfg.py --no_cookies -A $YOUR_APP_ID update .
*/
package snowflake_broker
// host:port/basepath of the facilitator you want to register with
// for example, fp-facilitator.org or example.com:12345/facilitator
// https:// and /reg/ will be prepended and appended respectively.
const SNOWFLAKE_FACILITATOR = ""