mirror of
https://github.com/dolthub/dolt.git
synced 2026-01-07 16:17:37 -06:00
go/libraries/doltcore/env: Fix default login and remote api endpoints for beta.dolthub.com.
This commit is contained in:
6
go/libraries/doltcore/env/environment.go
vendored
6
go/libraries/doltcore/env/environment.go
vendored
@@ -38,9 +38,9 @@ import (
|
||||
)
|
||||
|
||||
const (
|
||||
DefaultLoginUrl = "https://dolthub.awsdev.ld-corp.com/settings/credentials"
|
||||
DefaultRemotesApiHost = "dolthub.com"
|
||||
DefaultRemotesApiPort = "8080"
|
||||
DefaultLoginUrl = "https://beta.dolthub.com/settings/credentials"
|
||||
DefaultRemotesApiHost = "doltremoteapi.beta.dolthub.com"
|
||||
DefaultRemotesApiPort = "443"
|
||||
)
|
||||
|
||||
var ErrPreexistingDoltDir = errors.New(".dolt dir already exists")
|
||||
|
||||
Reference in New Issue
Block a user