graphql-engine/cli/internal/testutil/vars.go
Aravind K P a0995d1b30 cli: add client package, statestore implementations, deprecate config v1
GitOrigin-RevId: 5a1d9cb772ac62603f2543bfe6c01a95c0a035c6
2021-02-17 04:21:11 +00:00

9 lines
166 B
Go

package testutil
// this can be overridden by ldflags
var (
HasuraVersion = "v1.4.0-alpha.1"
DockerSwitchIP = "172.17.0.1"
BaseURL = "http://localhost"
)