Skip to content

Commit

Permalink
removed service info display
Browse files Browse the repository at this point in the history
  • Loading branch information
thoraxe committed Aug 4, 2015
1 parent caa1954 commit 3890ea3
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions index.php
Original file line number Diff line number Diff line change
Expand Up @@ -76,14 +76,6 @@
<tr>
</thead>
<tbody>
<tr>
<td>Service IP</td>
<td><?php echo $_ENV["BLUEGREEN_SERVICE_HOST"] ?></td>
</tr>
<tr>
<td>Service Port</td>
<td><?php echo $_ENV["BLUEGREEN_SERVICE_PORT"] ?></td>
</tr>
<tr>
<td>Pod IP</td>
<td><?php echo $_SERVER['SERVER_ADDR'] ?></td>
Expand Down

0 comments on commit 3890ea3

Please sign in to comment.