Commit 974c4842 authored by Brian Tiger Chow's avatar Brian Tiger Chow

fix(routingd) update port and servers

parent e74b1de1
......@@ -20,7 +20,7 @@ import (
)
var (
host = flag.String("host", "/ip4/0.0.0.0/tcp/8080", "override the HTTP host listening address")
host = flag.String("host", "/ip4/0.0.0.0/tcp/4001", "override the host listening address")
s3bucket = flag.String("aws-bucket", "", "S3 bucket for routing datastore")
s3region = flag.String("aws-region", aws.USWest2.Name, "S3 region")
nBitsForKeypair = flag.Int("b", 1024, "number of bits for keypair (if repo is uninitialized)")
......
......@@ -9,8 +9,8 @@ type GCR struct {
}
var DefaultGCRServers = []string{
"/ip4/104.236.70.34/tcp/4001/ipfs/QmaWJw5mcWkCThPtC7hVq28e3WbwLHnWF8HbMNJrRDybE4",
"/ip4/128.199.72.111/tcp/4001/ipfs/Qmd2cSiZUt7vhiuTmqBB7XWbkuFR8KMLiEuQssjyNXyaZT",
"/ip4/107.170.212.195/tcp/4001/ipfs/QmVy5xh7sYKyQxHG4ZatHj9cCu1H5PR1LySKeTfLdJxp1b",
"/ip4/107.170.215.87/tcp/4001/ipfs/QmZDYP9GBjkAmZrS5usSzPnLf41haq6jJhJDmWgnSM4zvW",
}
func initGCR() (*GCR, error) {
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment