Skip to content

Commit

Permalink
Fixed malformed code block syntax (#7222)
Browse files Browse the repository at this point in the history
  • Loading branch information
cwarnermm authored Jun 17, 2024
1 parent 15e7e05 commit 96d8cd7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions source/configure/configuration-in-your-database.rst
Original file line number Diff line number Diff line change
Expand Up @@ -114,9 +114,9 @@ Here's a complete ``mattermost.service`` file with the ``EnvironmentFile`` line
Migrate configuration from ``config.json``
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

You can use the :ref:`mmctl config migrate <manage/mmctl-command-line-tool:mmctl config migrate>` command to migrate the configuration by running command:
You can use the :ref:`mmctl config migrate <manage/mmctl-command-line-tool:mmctl config migrate>` command to migrate the configuration by running the following command:

.. code-block: none
.. code-block:: text
mmctl config migrate path/to/config.json "postgres://mmuser:mostest@localhost:5432/mattermost_test?sslmode=disable&connect_timeout=10" --local
Expand Down

0 comments on commit 96d8cd7

Please sign in to comment.