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