Implement --host flag to override {{.Host}} #29
@ -87,6 +87,8 @@ func StartMainServer(addr string, db *db.Database, fs *db.FileStore, rawhost *st
|
|||||||
if err != nil {
|
if err != nil {
|
||||||
log.Fatalln(errors.Wrap(err, "could not parse host flag"))
|
log.Fatalln(errors.Wrap(err, "could not parse host flag"))
|
||||||
}
|
}
|
||||||
|
} else {
|
||||||
|
log.Println("warning: the --host flag will be required in the future")
|
||||||
}
|
}
|
||||||
rl := rushlink{
|
rl := rushlink{
|
||||||
db: db,
|
db: db,
|
||||||
|
Loading…
Reference in New Issue
Block a user