Skip to content

Commit

Permalink
Render code-block correctly
Browse files Browse the repository at this point in the history
  • Loading branch information
ebroda authored Jan 24, 2022
1 parent 728f9cf commit e7aa453
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions source/guide_focalboard.rst
Original file line number Diff line number Diff line change
Expand Up @@ -68,11 +68,13 @@ If PostgreSQL is used, the database configuration also needs to be adjusted. Edi
"dbconfig": "postgres://<db_user>:<db_password>@localhost/<db_name>?sslmode=disable&connect_timeout=10",
For example:

.. code-block:: json
"dbtype": "postgres",
"dbconfig": "postgres://isabell_focalboard:sup3r-s3cr3t@localhost/focalboard?sslmode=disable&connect_timeout=10",
Setup daemon
------------

Expand Down

0 comments on commit e7aa453

Please sign in to comment.