docs: update env var references to new naming convention
architecture.md runtime/deployment section rewritten with correct CAMELEER_SAAS_PROVISIONING_* and CAMELEER_SERVER_* env vars. user-manual.md updated container resource env vars and removed stale CAMELEER_TENANT_SLUG reference. HOWTO.md cleaned up. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
4
HOWTO.md
4
HOWTO.md
@@ -63,10 +63,8 @@ Edit `.env` and set at minimum:
|
||||
```bash
|
||||
# Change in production
|
||||
POSTGRES_PASSWORD=<strong-password>
|
||||
CAMELEER_SERVER_SECURITY_BOOTSTRAPTOKEN=<random-string-for-agent-bootstrap>
|
||||
CAMELEER_TENANT_SLUG=<your-tenant-slug> # e.g., "acme" — tags all observability data
|
||||
|
||||
# Logto M2M credentials (get from Logto admin console after first boot)
|
||||
# Logto M2M credentials (auto-provisioned by bootstrap, or get from Logto admin console)
|
||||
CAMELEER_SAAS_IDENTITY_M2MCLIENTID=
|
||||
CAMELEER_SAAS_IDENTITY_M2MCLIENTSECRET=
|
||||
```
|
||||
|
||||
Reference in New Issue
Block a user