We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 33d93ed commit 3075deaCopy full SHA for 3075dea
env/common.go
@@ -13,7 +13,7 @@ func envi(name string, defaultValue int) int {
13
}
14
15
16
-const DefaultServerURL = "https://new.murphysec.com"
+const DefaultServerURL = "https://www.murphysec.com"
17
18
var ServerURLOverride = os.Getenv("MPS_CLI_SERVER")
19
var APITokenOverride = os.Getenv("API_TOKEN")
0 commit comments