Have DB setup warn about "localhost"
This commit is contained in:
parent
70270b09be
commit
b91930dba2
2 changed files with 13 additions and 1 deletions
|
@ -163,7 +163,9 @@
|
|||
<td>Database Server:</td>
|
||||
<td>
|
||||
<span class="config-string-field" binding="fields.server"
|
||||
placeholder="dbserverhost"></span>
|
||||
placeholder="dbserverhost"
|
||||
pattern="{{ HOSTNAME_REGEX }}"
|
||||
validator="validateHostname(value)">></span>
|
||||
<div class="help-text">
|
||||
The server (and optionally, custom port) where the database lives
|
||||
</div>
|
||||
|
|
Reference in a new issue