File tree Expand file tree Collapse file tree 1 file changed +7
-4
lines changed Expand file tree Collapse file tree 1 file changed +7
-4
lines changed Original file line number Diff line number Diff line change 70
70
<table class="table table-bordered table-striped">
71
71
<tbody>
72
72
<tr>
73
- <td class="text-right">$HOSTNAME</td>
73
+ <th colspan="2">SYSTEM VARIABLES</th>
74
+ </tr>
75
+ <tr>
76
+ <td class="text-right">HOSTNAME</td>
74
77
<td class="text-left"><?= $ hostname ?> </td>
75
78
</tr>
76
79
<?php if ($ node_env == 'dev ' ) { ?>
77
80
<?php if (getenv ('MYSQL_PORT ' )) {?>
78
81
<tr>
79
- <td class="text-right">$ MYSQL_PORT</td>
82
+ <td class="text-right">MYSQL_PORT</td>
80
83
<td class="text-left"><?= getenv ('MYSQL_PORT ' ); ?> </td>
81
84
</tr>
82
85
<?php } ?>
83
86
<tr>
84
- <td class="text-right">$ NODE_ENVIRONMENT</td>
87
+ <td class="text-right">NODE_ENVIRONMENT</td>
85
88
<td class="text-left"><?= $ node_env ?> </td>
86
89
</tr>
87
90
<?php } ?>
88
91
<tr>
89
- <td class="text-right">$ SMTP_HOST</td>
92
+ <td class="text-right">SMTP_HOST</td>
90
93
<td class="text-left"><?= getenv ('SMTP_HOST ' ); ?> </td>
91
94
</tr>
92
95
</tbody>
You can’t perform that action at this time.
0 commit comments