From 1b5eddf6ec775e7070ba0e34e5c8d0eb951947ad Mon Sep 17 00:00:00 2001 From: Rodrigo Rodriguez Date: Mon, 9 Sep 2024 17:05:42 -0300 Subject: [PATCH] Updated. --- site/src/pages/index.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/site/src/pages/index.md b/site/src/pages/index.md index 45574fdb..4aba4153 100644 --- a/site/src/pages/index.md +++ b/site/src/pages/index.md @@ -61,7 +61,8 @@ Follow these steps to get your General Bots server up and running: ### Accessing Your Bot -Once the server is running, you can access your bot at `http://localhost:4242/`. This local server allows you to interact with your bot and test its functionality in real-time. +Once the server is running, you can access your bot at `http://localhost:4242/`. This local server allows you to interact with your bot and test its functionality in real-time. If you want to publish +without password, define [ADMIN_OPEN_PUBLISH](./docs/chapter-07-gbot-reference#enviroment-variables-reference) as true in BotServer .env file. To publish bot packages and initiate a conversation with the bot, use the command: