mirror of
https://github.com/hasura/graphql-engine.git
synced 2024-12-19 21:41:44 +03:00
9 lines
166 B
Go
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"
|
|
)
|