# bcrypt hash of the master password (required). # Generate with: # python3 -c "import bcrypt; print(bcrypt.hashpw(b'YOUR_PASSWORD', bcrypt.gensalt()).decode())" PINVAULT_MASTER_HASH= # Optional overrides (defaults shown): #PINVAULT_DB=/data/pinvault.db #PINVAULT_LOCAL_BACKUP_DIR=/data/backups #PINVAULT_NAS_BACKUP_DIR= #PINVAULT_BACKUP_INTERVAL=3600 #PINVAULT_MAX_BACKUPS=168 # If unset, a random API key is generated per process (printed nowhere; # set this explicitly for stable automation access): #PINVAULT_API_KEY=