Skip to content

Commit

Permalink
Make product prod-based again
Browse files Browse the repository at this point in the history
  • Loading branch information
Nishu Goel committed Feb 20, 2024
1 parent 570c534 commit d3ff63a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion internal/provider/provider.go
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ func (p *EpilotProductProvider) Configure(ctx context.Context, req provider.Conf
ServerURL := data.ServerURL.ValueString()

if ServerURL == "" {
ServerURL = "https://product.dev.sls.epilot.io"
ServerURL = "https://product.sls.epilot.io"
}

epilotAuth := new(string)
Expand Down
4 changes: 2 additions & 2 deletions internal/sdk/sdk.go
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,9 @@ import (

// ServerList contains the list of servers available to the SDK
var ServerList = []string{
"https://product.dev.sls.epilot.io",
"https://product.sls.epilot.io",
// Production server
"https://product.dev.sls.epilot.io",
"https://product.sls.epilot.io",
}

// HTTPClient provides an interface for suplying the SDK with a custom HTTP client
Expand Down

0 comments on commit d3ff63a

Please sign in to comment.