From 0ccee4cd17428292e75c149ba205b74a2233500a Mon Sep 17 00:00:00 2001 From: Pinga <121483313+getpinga@users.noreply.github.com> Date: Wed, 24 Jul 2024 18:27:02 +0300 Subject: [PATCH] Tiny fix --- docs/minimal-data-set.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/minimal-data-set.md b/docs/minimal-data-set.md index 24ff7a2..dbcae3a 100644 --- a/docs/minimal-data-set.md +++ b/docs/minimal-data-set.md @@ -18,7 +18,7 @@ To comply with this new policy, registries need to configure their Namingo insta Each component in your system (e.g., EPP server, Whois server) has a configuration file. These files are typically named config.php, or similar, depending on your setup. -#### Set Minimum Data to True: +#### 2. Set Minimum Data to True: Open the configuration file and find the setting for **minimum_data**. Set this variable to **true** to activate the Minimum Data Set mode. @@ -31,7 +31,7 @@ return [ ]; ``` -### Restart Your Services: +### 3. Restart Your Services: After updating the configuration files, restart your services to apply the changes. This ensures that the new settings take effect.