Display database url at the system setting console

This commit is contained in:
Naoki Takezoe
2016-04-15 13:40:26 +09:00
parent 85b2053004
commit 53cbc36a01

View File

@@ -10,10 +10,22 @@
<div class="panel-heading strong">System Settings</div>
<div class="panel-body">
<!--====================================================================-->
<!-- GITBUCKET_HOME -->
<!-- System properties -->
<!--====================================================================-->
<label class="strong">GITBUCKET_HOME</label>
@GitBucketHome
<table class="table table-bordered">
<tr>
<th>Property</th>
<th>Value</th>
</tr>
<tr>
<td>GITBUCKET_HOME</td>
<td>@GitBucketHome</td>
</tr>
<tr>
<td>DATBASE_URL</td>
<td>@gitbucket.core.util.DatabaseConfig.url</td>
</tr>
</table>
<!--====================================================================-->
<!-- Base URL -->
<!--====================================================================-->