mirror of
https://github.com/gitbucket/gitbucket.git
synced 2025-11-15 09:55:49 +01:00
Display database url at the system setting console
This commit is contained in:
@@ -9,11 +9,23 @@
|
|||||||
<div class="panel panel-default">
|
<div class="panel panel-default">
|
||||||
<div class="panel-heading strong">System Settings</div>
|
<div class="panel-heading strong">System Settings</div>
|
||||||
<div class="panel-body">
|
<div class="panel-body">
|
||||||
<!--====================================================================-->
|
<!--====================================================================-->
|
||||||
<!-- GITBUCKET_HOME -->
|
<!-- System properties -->
|
||||||
<!--====================================================================-->
|
<!--====================================================================-->
|
||||||
<label class="strong">GITBUCKET_HOME</label>
|
<table class="table table-bordered">
|
||||||
@GitBucketHome
|
<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 -->
|
<!-- Base URL -->
|
||||||
<!--====================================================================-->
|
<!--====================================================================-->
|
||||||
|
|||||||
Reference in New Issue
Block a user