mirror of
https://github.com/go-gitea/gitea
synced 2025-07-22 18:28:37 +00:00
Install: Set the default host string based on database type
This commit is contained in:
@@ -21,7 +21,7 @@
|
||||
<div class="form-group">
|
||||
<label class="col-md-3 control-label">Host: </label>
|
||||
<div class="col-md-8">
|
||||
<input name="host" class="form-control" placeholder="Type database server host" value="{{.host}}">
|
||||
<input name="host" id="database-host" class="form-control" placeholder="Type database server host" value="{{.host}}">
|
||||
</div>
|
||||
</div>
|
||||
|
||||
|
Reference in New Issue
Block a user