You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@trafficcontrol.apache.org by da...@apache.org on 2017/04/14 20:23:28 UTC

[04/13] incubator-trafficcontrol git commit: switched the goose user to be postgres

switched the goose user to be postgres


Project: http://git-wip-us.apache.org/repos/asf/incubator-trafficcontrol/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-trafficcontrol/commit/74d2baf4
Tree: http://git-wip-us.apache.org/repos/asf/incubator-trafficcontrol/tree/74d2baf4
Diff: http://git-wip-us.apache.org/repos/asf/incubator-trafficcontrol/diff/74d2baf4

Branch: refs/heads/master
Commit: 74d2baf45170da1bcb056e7b9bd5f42dba84d15e
Parents: 5f53c1c
Author: Dewayne Richardson <de...@apache.org>
Authored: Wed Apr 12 14:46:52 2017 -0600
Committer: Dan Kirkwood <da...@gmail.com>
Committed: Fri Apr 14 14:22:51 2017 -0600

----------------------------------------------------------------------
 traffic_ops/app/db/dbconf.yml | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-trafficcontrol/blob/74d2baf4/traffic_ops/app/db/dbconf.yml
----------------------------------------------------------------------
diff --git a/traffic_ops/app/db/dbconf.yml b/traffic_ops/app/db/dbconf.yml
index 6c79b95..3a7cdf3 100755
--- a/traffic_ops/app/db/dbconf.yml
+++ b/traffic_ops/app/db/dbconf.yml
@@ -19,17 +19,17 @@ name: dbconf.yml
 
 development:
   driver: postgres
-  open: host=127.0.0.1 port=5432 user=traffic_ops password=twelve dbname=to_development sslmode=disable
+  open: host=127.0.0.1 port=5432 user=postgres password=twelve dbname=to_development sslmode=disable
 
 test:
   driver: postgres
-  open: host=127.0.0.1 port=5432 user=traffic_ops password=twelve dbname=to_test sslmode=disable
+  open: host=127.0.0.1 port=5432 user=postgres password=twelve dbname=to_test sslmode=disable
 
 integration:
   driver: postgres
-  open: host=127.0.0.1 port=5432 user=traffic_ops password=twelve dbname=to_integration sslmode=disable
+  open: host=127.0.0.1 port=5432 user=postgres password=twelve dbname=to_integration sslmode=disable
 
 production:
   driver: postgres
-  open: host=127.0.0.1 port=5432 user=traffic_ops password=twelve dbname=traffic_ops sslmode=disable
+  open: host=127.0.0.1 port=5432 user=postgres password=twelve dbname=traffic_ops sslmode=disable