Skip to content

Commit

Permalink
Merge pull request #1563 from Mohitkumar6122/Local
Browse files Browse the repository at this point in the history
Updated Passwordless configuration
  • Loading branch information
henrykironde committed Mar 23, 2021
2 parents 2c0a51d + 14ef5e4 commit 8cc3112
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions docs/developer.rst
Original file line number Diff line number Diff line change
Expand Up @@ -85,6 +85,9 @@ for MySQL.
Create if not exists, and add/append the configuration details as below.
PostgresSQL conf file `~/.pgpass` file.

For more information regarding Passwordless configuration you can visit `PostgreSQL Password File`_
and `MySQL Password File`_

::

localhost:*:testdb_retriever:postgres:Password12!
Expand Down Expand Up @@ -471,3 +474,5 @@ Use ``-f`` flag to force pushing changes to the branch. ``git push -f origin [br
.. _SQlite: https://sqlite.org/download.html
.. _MySQL: https://www.mysql.com/downloads/
.. _MSAccess: https://www.microsoft.com/en-ww/microsoft-365/access
.. _PostgreSQL Password File : https://www.postgresql.org/docs/current/libpq-pgpass.html
.. _MySQL Password File : https://dev.mysql.com/doc/refman/8.0/en/option-files.html

0 comments on commit 8cc3112

Please sign in to comment.