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:34 UTC

[10/13] incubator-trafficcontrol git commit: removed the replication user variable

removed the replication user variable


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

Branch: refs/heads/master
Commit: ce92d6fcdd0f4babc7dcb975a4f0e6372670b759
Parents: 35e549b
Author: Dewayne Richardson <de...@apache.org>
Authored: Thu Apr 13 13:06:53 2017 -0600
Committer: Dan Kirkwood <da...@gmail.com>
Committed: Fri Apr 14 14:22:51 2017 -0600

----------------------------------------------------------------------
 traffic_ops/app/db/admin.pl | 1 -
 1 file changed, 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-trafficcontrol/blob/ce92d6fc/traffic_ops/app/db/admin.pl
----------------------------------------------------------------------
diff --git a/traffic_ops/app/db/admin.pl b/traffic_ops/app/db/admin.pl
index 383832c..4788a2a 100755
--- a/traffic_ops/app/db/admin.pl
+++ b/traffic_ops/app/db/admin.pl
@@ -78,7 +78,6 @@ my $db_protocol;
 # you don't have to specify --env=development for dev workstations
 my $db_name     = 'to_development';
 my $db_super_user = 'postgres';
-my $db_replication_user = 'to_replication';
 my $db_user = 'traffic_ops';
 my $db_password = '';
 my $host_ip     = '';