-
Notifications
You must be signed in to change notification settings - Fork 33
Expand file tree
/
Copy path.env.example
More file actions
19 lines (16 loc) · 958 Bytes
/
Copy path.env.example
File metadata and controls
19 lines (16 loc) · 958 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
ANTHROPIC_API_KEY=your-api-key-here
# CHAT_PORT=7690
# CHAT_BIND_HOST=127.0.0.1
# SESSION_EXPIRY=2592000000
# Set to 0 for localhost mode (no HTTPS/Cloudflare)
# SECURE_COOKIES=0
# Optional deployment-side Google OAuth client configuration for Gmail and other Google connectors.
# End users should not paste OAuth JSON in the product UI; configure this once at deploy time.
# Use either a file path:
# REMOTELAB_GOOGLE_OAUTH_CLIENT_PATH=/etc/remotelab/google-oauth-client.json
# Or raw JSON if your secret manager injects env values directly:
# REMOTELAB_GOOGLE_OAUTH_CLIENT_JSON={"installed":{"client_id":"...","client_secret":"...","redirect_uris":["https://your-domain/api/connectors/gmail/google/callback"]}}
# Re-enable strict per-instance local filesystem/service boundaries.
# REMOTELAB_ENFORCE_INSTANCE_LOCAL_BOUNDARY=1
# Re-enable dedicated Linux guest users + systemd sandboxing for guest instances.
# REMOTELAB_ENABLE_GUEST_SYSTEMD_ISOLATION=1