Fix #190, Add option for db-uri from file
This commit is contained in:
committed by
Steve Chávez
parent
3220373803
commit
93c3c59134
@@ -98,6 +98,8 @@ db-uri
|
|||||||
|
|
||||||
On older systems like Centos 6, with older versions of libpq, a different db-uri syntax has to be used. In this case the URI is a string of space separated key-value pairs (key=value), so the example above would be :code:`"host=host user=user port=5432 dbname=dbname password=pass"`.
|
On older systems like Centos 6, with older versions of libpq, a different db-uri syntax has to be used. In this case the URI is a string of space separated key-value pairs (key=value), so the example above would be :code:`"host=host user=user port=5432 dbname=dbname password=pass"`.
|
||||||
|
|
||||||
|
Choosing a value for this parameter beginning with the at sign such as ``@filename`` (e.g. ``@./configs/my-config``) loads the secret out of an external file.
|
||||||
|
|
||||||
.. _db-schema:
|
.. _db-schema:
|
||||||
|
|
||||||
db-schema
|
db-schema
|
||||||
|
|||||||
Reference in New Issue
Block a user