# /opt/zabbu-sign/.env on the VPS — never commit a filled-in copy. # Postgres password for the docuseal-db container. # Generate once with: openssl rand -hex 24 POSTGRES_PASSWORD=change-me # Rails secret. Generate ONCE with: openssl rand -hex 64 # Rotating this invalidates session cookies and any encrypted columns. SECRET_KEY_BASE=change-me