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 2016/11/14 17:07:26 UTC

[23/53] [abbrv] incubator-trafficcontrol git commit: updates prod dbname

updates prod dbname


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

Branch: refs/heads/psql-rebase
Commit: 8eb5ecf7c9eae4f0a1a6eb1f32c93eea465677ac
Parents: a96ae3e
Author: Jeremy Mitchell <mi...@gmail.com>
Authored: Mon Sep 19 08:57:02 2016 -0600
Committer: Dan Kirkwood <da...@gmail.com>
Committed: Fri Nov 11 13:53:57 2016 -0700

----------------------------------------------------------------------
 traffic_ops/app/db/dbconf.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-trafficcontrol/blob/8eb5ecf7/traffic_ops/app/db/dbconf.yml
----------------------------------------------------------------------
diff --git a/traffic_ops/app/db/dbconf.yml b/traffic_ops/app/db/dbconf.yml
index 5f5e493..fb45262 100755
--- a/traffic_ops/app/db/dbconf.yml
+++ b/traffic_ops/app/db/dbconf.yml
@@ -27,7 +27,7 @@ test:
 
 production:
   driver: postgres
-  open: host=127.0.0.1 port=5432 user=to_user password=twelve dbname=to_production sslmode=disable
+  open: host=127.0.0.1 port=5432 user=to_user password=twelve dbname=traffic_ops_db sslmode=disable
 
 integration:
   driver: postgres