Skip to content

Commit 3075dea

Browse files
committed
chore: switch default server URL
1 parent 33d93ed commit 3075dea

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

env/common.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ func envi(name string, defaultValue int) int {
1313
}
1414
}
1515

16-
const DefaultServerURL = "https://new.murphysec.com"
16+
const DefaultServerURL = "https://www.murphysec.com"
1717

1818
var ServerURLOverride = os.Getenv("MPS_CLI_SERVER")
1919
var APITokenOverride = os.Getenv("API_TOKEN")

0 commit comments

Comments
 (0)