Add link to PG docs about connection strings
This commit is contained in:
File diff suppressed because one or more lines are too long
@@ -134,7 +134,10 @@
|
|||||||
<div class="col-sm-12">
|
<div class="col-sm-12">
|
||||||
<label>Enter server URL scheme</label>
|
<label>Enter server URL scheme</label>
|
||||||
<input type="text" class="form-control" id="connection_url" name="url" autocomplete="off">
|
<input type="text" class="form-control" id="connection_url" name="url" autocomplete="off">
|
||||||
<p class="help-block">URL format: postgres://user:password@host:port/db?sslmode=mode</p>
|
<p class="help-block">
|
||||||
|
URL format: postgres://user:password@host:port/db?sslmode=mode<br/>
|
||||||
|
Read more on PostgreSQL <a href="https://www.postgresql.org/docs/current/static/libpq-connect.html#LIBPQ-CONNSTRING" target="_blank">connection string format</a>.
|
||||||
|
</p>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
Reference in New Issue
Block a user