mirror of
https://github.com/Infisical/infisical.git
synced 2026-01-06 22:23:53 -05:00
45 lines
1021 B
Plaintext
45 lines
1021 B
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=
|
|
|
|
DB_CONNECTION_URI=postgres://infisical:infisical@haproxy:5433/infisical?sslmode=no-verify
|
|
# Redis
|
|
REDIS_URL=redis://:123456@haproxy:6379
|
|
|
|
|
|
# Website URL
|
|
# Required
|
|
SITE_URL=http://localhost:8080
|
|
|
|
# Mail/SMTP
|
|
SMTP_HOST=
|
|
SMTP_PORT=
|
|
SMTP_FROM_ADDRESS=
|
|
SMTP_FROM_NAME=
|
|
SMTP_USERNAME=
|
|
SMTP_PASSWORD=
|
|
|
|
# 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=
|