This is an automated email from the ASF dual-hosted git repository.

rob pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/trafficcontrol.git

commit 6c04acd4fa7ca6318c8d4c8a54bac4bff9799495
Author: Dan Kirkwood <dang...@apache.org>
AuthorDate: Fri Aug 17 14:06:45 2018 -0600

    defaults: is overriding envconfig:
---
 traffic_ops/testing/api/config/config.go | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/traffic_ops/testing/api/config/config.go 
b/traffic_ops/testing/api/config/config.go
index 04f37d9..5154edd 100644
--- a/traffic_ops/testing/api/config/config.go
+++ b/traffic_ops/testing/api/config/config.go
@@ -37,7 +37,7 @@ type Config struct {
 // TrafficOps - config section
 type TrafficOps struct {
        // URL - The point to the Traffic Ops instance being tested
-       URL string `json:"URL" envconfig:"TO_URL" 
default:"https://localhost:8443"`
+       URL string `json:"URL" envconfig:"TO_URL"`
 
        // UserPassword - The Traffic Ops test user password hitting the API
        UserPassword string `json:"password" envconfig:"TO_USER_PASSWORD"`

Reply via email to