Skip to content

Commit

Permalink
Updated dns location for staging
Browse files Browse the repository at this point in the history
  • Loading branch information
mrz1836 committed May 23, 2020
1 parent 9bfa990 commit 91e15eb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion definitions.go
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ const (
LocalEnvironment APIEnvironment = "http://localhost:3000/" + apiVersion + "/"

// StagingEnvironment is used for production-like testing
StagingEnvironment APIEnvironment = "https://apistaging.tonicpow.com/" + apiVersion + "/"
StagingEnvironment APIEnvironment = "https://api.staging.tonicpow.com/" + apiVersion + "/"

// sessionCookie is the cookie name for session tokens
sessionCookie = "session_token"
Expand Down

0 comments on commit 91e15eb

Please sign in to comment.