Change to standalone broker.

https://snowflake-reg-test.appspot.com/ for the client (needs domain fronting)
https://snowflake-broker.bamsoftware.com/ for the proxies (no fronting)

Note that fronting to App Engine doesn't currently actually work because
of https://bugs.torproject.org/25804; this commit doesn't change that.
This commit is contained in:
David Fifield 2018-04-15 16:59:43 -07:00
parent a9630a8234
commit 947636ae81
6 changed files with 6 additions and 6 deletions

View file

@ -32,7 +32,7 @@ To run locally, either:
With no parameters,
snowflake uses the default relay `snowflake.bamsoftware.com:443` and
uses automatic signaling with the default broker at
`https://snowflake-reg.appspot.com/`.
`https://snowflake-broker.bamsoftware.com/`.
Here are optional parameters to include in the query string.
```

View file

@ -11,7 +11,7 @@ TODO: More documentation
# General snowflake proxy constants.
# For websocket-specific constants, see websocket.coffee.
DEFAULT_BROKER = 'snowflake-reg.appspot.com'
DEFAULT_BROKER = 'snowflake-broker.bamsoftware.com'
DEFAULT_RELAY =
host: 'snowflake.bamsoftware.com'
port: '443'