From 56bee69e0b577c1aa57a71113dce0bfd231345b1 Mon Sep 17 00:00:00 2001 From: "Peter.Morton" Date: Mon, 27 Oct 2025 12:24:39 -0500 Subject: [PATCH] Updated basic messenger environment details --- basic-messenger-cli/application/.env | 2 -- basic-messenger-cli/application/example.env | 2 ++ 2 files changed, 2 insertions(+), 2 deletions(-) delete mode 100644 basic-messenger-cli/application/.env create mode 100644 basic-messenger-cli/application/example.env diff --git a/basic-messenger-cli/application/.env b/basic-messenger-cli/application/.env deleted file mode 100644 index f4d6cc8..0000000 --- a/basic-messenger-cli/application/.env +++ /dev/null @@ -1,2 +0,0 @@ -END_POINT=https://router.ivastudio.verint.live/ProxyScript/run/67bca862210071627d32ef12/current/basic_messenger -MODEL=main \ No newline at end of file diff --git a/basic-messenger-cli/application/example.env b/basic-messenger-cli/application/example.env new file mode 100644 index 0000000..6c38d82 --- /dev/null +++ b/basic-messenger-cli/application/example.env @@ -0,0 +1,2 @@ +END_POINT=https://router.ivastudio.verint.live/ProxyScript/run/{workspace_id}/current/basic_messenger +MODEL=Main