# 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