voxblog/infisical/.env.example
adminuser 222ad13724
Some checks failed
Deploy to Production / deploy (push) Failing after 2m55s
auto deployment fix
2025-10-28 12:33:31 +00:00

10 lines
443 B
Plaintext

# Infisical self-hosted configuration
INFISICAL_SITE_URL=https://secrets.pusula.blog
INFISICAL_POSTGRES_PASSWORD=change-this-password
# 32-byte base64 secrets; use `openssl rand -base64 32`
INFISICAL_ENCRYPTION_KEY=
INFISICAL_ROOT_ENCRYPTION_KEY=replace-with-base64
INFISICAL_AUTH_SECRET=replace-with-base64
INFISICAL_DATABASE_URL=postgresql://infisical:${INFISICAL_POSTGRES_PASSWORD}@postgres:5432/infisical
INFISICAL_TELEMETRY_ENABLED=false