Browse Source

Merge pull request #103 from porter-dev/integration

Integration
abelanger5 5 years ago
parent
commit
f56bd69bab
1 changed files with 5 additions and 1 deletions
  1. 5 1
      cli/cmd/server.go

+ 5 - 1
cli/cmd/server.go

@@ -94,7 +94,11 @@ func start(
 	db string,
 	port int,
 ) error {
-	env := make([]string, 0)
+	env := []string{
+		"NODE_ENV=production",
+		"FULLSTORY_ORG_ID=VXNSS",
+	}
+
 	var porterDB docker.PorterDB
 
 	switch db {