From 96d8cd7b12470ce6b2f41307e6e9c6756634c3f2 Mon Sep 17 00:00:00 2001 From: "Carrie Warner (Mattermost)" <74422101+cwarnermm@users.noreply.github.com> Date: Mon, 17 Jun 2024 16:05:22 -0400 Subject: [PATCH] Fixed malformed code block syntax (#7222) --- source/configure/configuration-in-your-database.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/source/configure/configuration-in-your-database.rst b/source/configure/configuration-in-your-database.rst index 2f8b4cb5585..11c3e5bc382 100644 --- a/source/configure/configuration-in-your-database.rst +++ b/source/configure/configuration-in-your-database.rst @@ -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 ` command to migrate the configuration by running command: +You can use the :ref:`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