76: Add indexing of ExecutionPayloads (and other Merge-related updates). #73
@ -45,10 +45,10 @@ var (
|
|||||||
port int = 8080
|
port int = 8080
|
||||||
protocol string = "http"
|
protocol string = "http"
|
||||||
dbHost string = "localhost"
|
dbHost string = "localhost"
|
||||||
dbPort int = 15432
|
dbPort int = 8076
|
||||||
dbName string = "postgres"
|
dbName string = "vulcanize_testing"
|
||||||
dbUser string = "postgres"
|
dbUser string = "vdbm"
|
||||||
dbPassword string = "secret12"
|
dbPassword string = "password"
|
||||||
dbDriver string = "pgx"
|
dbDriver string = "pgx"
|
||||||
bcUniqueIdentifier int = 100
|
bcUniqueIdentifier int = 100
|
||||||
dummyParentRoot string = "46f98c08b54a71dfda4d56e29ec3952b8300cd8d6b67a9b6c562ae96a7a25a42"
|
dummyParentRoot string = "46f98c08b54a71dfda4d56e29ec3952b8300cd8d6b67a9b6c562ae96a7a25a42"
|
||||||
|
Loading…
Reference in New Issue
Block a user