From 595eb42418336935fe1f363b9f3611e20c9377dc Mon Sep 17 00:00:00 2001
From: Jan Siwiec <jan.siwiec@vsb.cz>
Date: Thu, 10 Apr 2025 12:39:53 +0200
Subject: [PATCH] Update file cli-client-tools.md

---
 docs.it4i/general/tools/cli-client-tools.md | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/docs.it4i/general/tools/cli-client-tools.md b/docs.it4i/general/tools/cli-client-tools.md
index 22525226..e4f44d51 100644
--- a/docs.it4i/general/tools/cli-client-tools.md
+++ b/docs.it4i/general/tools/cli-client-tools.md
@@ -69,7 +69,7 @@ Options:
 
 ## it4imotd
 
-`API_URL` - set this environment variable to the API address. [default: `http://127.0.0.1:5100/api/v2`]
+`API_URL` - set this environment variable to the API address. [default: `https://scs.it4i.cz/api/v2/`]
 
 ```code
 The command shows IT4I messages of the day
@@ -98,7 +98,7 @@ any inconvenience.
 
 `MUNGE_SOCK` - the path to the munged socket.  
 `CLUSTERNAME` - name of the cluster `it4ifsusage` is running on.  
-`API_URL` - set this environment variable to the API address. [default: `http://127.0.0.1:5100/api/v2`]
+`API_URL` - set this environment variable to the API address. [default: `https://scs.it4i.cz/api/v2/`]
 
 ```code
 The command shows filesystem usage of IT4I cluster storage systems
-- 
GitLab