Skip to content

Commit

Permalink
Merge pull request Uberspace#1186 from ebroda/patch-1
Browse files Browse the repository at this point in the history
[Focalboard] Layout: render code-block correctly
  • Loading branch information
noave authored Jan 27, 2022
2 parents 4307472 + e7aa453 commit 6df3ff2
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 6df3ff2

Please sign in to comment.