Remove hub
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
Peter Stuifzand 2019-03-18 23:02:01 +01:00
parent 9761710bd1
commit 877addb1fc

View File

@ -38,7 +38,7 @@ func main() {
log.Printf("Using arguments http=%s baseurl=%s database=%s", *hostPort, *baseURL, *database)
dsn := fmt.Sprintf("postgres://%v:%v@%s/hub?sslmode=disable", "postgres", "simple", *database)
dsn := fmt.Sprintf("postgres://%v:%v@%s/?sslmode=disable", "postgres", "simple", *database)
store, err := storage.New(dsn)
if err != nil {
log.Fatal(err)