-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.env.example
More file actions
18 lines (14 loc) · 787 Bytes
/
.env.example
File metadata and controls
18 lines (14 loc) · 787 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
# BootstrapMate Environment Variables
# Copy this file to .env and configure your values
# Enterprise Certificate Information
# The Common Name (CN) of your code signing certificate (full CN string)
BOOTSTRAPMATE_CERT_CN=Your Organization Code Signing Certificate
# The partial subject string to match (can be a short keyword, e.g. the org name)
BOOTSTRAPMATE_CERT_SUBJECT=Your Organization
# Optional: Specific certificate thumbprint (if you have multiple certificates)
# CERT_THUMBPRINT=1234567890ABCDEF1234567890ABCDEF12345678
# Bootstrap Manifest URL
# The URL where your management.json or bootstrapmate.json manifest is hosted
BOOTSTRAP_MANIFEST_URL=https://your-domain.com/bootstrap/management.json
# Optional: Organization branding
# ORGANIZATION_NAME=Your Organization Name