Archived
Secret-scanned clean (placeholder values only). Bitwarden tooling is the head start for the Vaultwarden-SoR bootstrap (#770). legacy-* trees exempt from lint/pointer checks (historical verbatim code). https://projects.knownelement.com/issues/769#note-4152
16 lines
536 B
Plaintext
16 lines
536 B
Plaintext
# Bitwarden Configuration File
|
|
# Copy this file to bitwarden-config.conf and update with your actual values
|
|
|
|
# Bitwarden server URL
|
|
BW_SERVER_URL="https://pwvault.turnsys.com"
|
|
|
|
# API credentials (get these from your Bitwarden account settings)
|
|
BW_CLIENTID="your_client_id_here"
|
|
BW_CLIENTSECRET="your_client_secret_here"
|
|
|
|
# Master password for your Bitwarden account
|
|
BW_PASSWORD="your_master_password_here"
|
|
|
|
# Optional: Additional environment variables
|
|
# BW_ORGANIZATION_ID="your_org_id_here"
|
|
# BW_COLLECTION_ID="your_collection_id_here" |