mirror of
https://github.com/Infisical/infisical.git
synced 2026-01-10 16:08:20 -05:00
68 lines
1.5 KiB
Plaintext
68 lines
1.5 KiB
Plaintext
# Keys
|
|
# Required key for platform encryption/decryption ops
|
|
# THIS IS A SAMPLE ENCRYPTION KEY AND SHOULD NEVER BE USED FOR PRODUCTION
|
|
ENCRYPTION_KEY=6c1fe4e407b8911c104518103505b218
|
|
|
|
# JWT
|
|
# Required secrets to sign JWT tokens
|
|
# THIS IS A SAMPLE AUTH_SECRET KEY AND SHOULD NEVER BE USED FOR PRODUCTION
|
|
AUTH_SECRET=5lrMXKKWCVocS/uerPsl7V+TX/aaUaI7iDkgl3tSmLE=
|
|
|
|
# MongoDB
|
|
# Backend will connect to the MongoDB instance at connection string MONGO_URL which can either be a ref
|
|
# to the MongoDB container instance or Mongo Cloud
|
|
# Required
|
|
MONGO_URL=mongodb://root:example@mongo:27017/?authSource=admin
|
|
|
|
# Redis
|
|
REDIS_URL=redis://redis:6379
|
|
|
|
# Optional credentials for MongoDB container instance and Mongo-Express
|
|
MONGO_USERNAME=root
|
|
MONGO_PASSWORD=example
|
|
|
|
# Website URL
|
|
# Required
|
|
SITE_URL=http://localhost:8080
|
|
|
|
# Mail/SMTP
|
|
SMTP_HOST=
|
|
SMTP_PORT=
|
|
SMTP_NAME=
|
|
SMTP_USERNAME=
|
|
SMTP_PASSWORD=
|
|
|
|
# Integration
|
|
# Optional only if integration is used
|
|
CLIENT_ID_HEROKU=
|
|
CLIENT_ID_VERCEL=
|
|
CLIENT_ID_NETLIFY=
|
|
CLIENT_ID_GITHUB=
|
|
CLIENT_ID_GITLAB=
|
|
CLIENT_ID_BITBUCKET=
|
|
CLIENT_SECRET_HEROKU=
|
|
CLIENT_SECRET_VERCEL=
|
|
CLIENT_SECRET_NETLIFY=
|
|
CLIENT_SECRET_GITHUB=
|
|
CLIENT_SECRET_GITLAB=
|
|
CLIENT_SECRET_BITBUCKET=
|
|
CLIENT_SLUG_VERCEL=
|
|
|
|
# Sentry (optional) for monitoring errors
|
|
SENTRY_DSN=
|
|
|
|
# Infisical Cloud-specific configs
|
|
# Ignore - Not applicable for self-hosted version
|
|
POSTHOG_HOST=
|
|
POSTHOG_PROJECT_API_KEY=
|
|
|
|
# SSO-specific variables
|
|
CLIENT_ID_GOOGLE_LOGIN=
|
|
CLIENT_SECRET_GOOGLE_LOGIN=
|
|
|
|
CLIENT_ID_GITHUB_LOGIN=
|
|
CLIENT_SECRET_GITHUB_LOGIN=
|
|
|
|
CLIENT_ID_GITLAB_LOGIN=
|
|
CLIENT_SECRET_GITLAB_LOGIN=
|