From f7f7eb9d2f45e4a5a1e1a6232358520319caf01d Mon Sep 17 00:00:00 2001 From: Ricky Stretch Date: Fri, 10 Apr 2026 13:50:22 -0400 Subject: [PATCH] details update --- .env.example | 1 + 1 file changed, 1 insertion(+) diff --git a/.env.example b/.env.example index 4530d30..302369f 100644 --- a/.env.example +++ b/.env.example @@ -25,6 +25,7 @@ APP_TYPE=selfhost # APP_DOMAIN=example.com # HOST_SLUG=chathost # HOST_ADMIN_KEY=change_me_host_admin_secret +# To access the tenant host it would be http|https://HOST_SLUG.APP_DOMAIN (ie: http|https://chathost.example.com) # ── Optional ────────────────────────────────────────────────────────────────── PORT=3000