Skip to content

Commit

Permalink
[synapse] add more emphasized lines
Browse files Browse the repository at this point in the history
  • Loading branch information
luto authored Jul 1, 2019
1 parent cd07bfd commit a6a6d75
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions source/guide_synapse.rst
Original file line number Diff line number Diff line change
Expand Up @@ -160,6 +160,7 @@ Setup the directory for the next step:
The federation port can also be announced via a file ``~/html/.well-known/matrix/server``

.. code-block:: json
:emphasize-lines: 2
{
"m.server": "my.domain.name:443"
Expand All @@ -179,6 +180,7 @@ Configure Certificates
Now you edit the config file ``~/synapse/homeserver.yaml`` to reflect the paths to the letsencrypt certificates:

.. code-block:: yaml
:emphasize-lines: 1,3,11,13
tls_certificate_path: "/home/isabell/etc/certificates/my.domain.name.crt"
Expand Down

0 comments on commit a6a6d75

Please sign in to comment.