mirror of
https://github.com/dolthub/dolt.git
synced 2026-05-02 03:10:42 -05:00
Merge pull request #16 from liquidata-inc/aaron/make-beta-dolthub-default-login-url
go/libraries/doltcore/env: Fix default login and remote api endpoints for beta.dolthub.com.
This commit is contained in:
+3
-3
@@ -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