This repository has been archived on 2026-09-06. You can view files and clone it. You cannot open issues or pull requests or push a commit.
Files
KNELSecrets/legacy-knelsecretsmanager/config/bitwarden-config.conf.sample
T
mrcharles 1085787e7b feat: port legacy KNELSecretsManager (bw-* tooling, ADRs, tests) [#769]
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
2026-09-04 07:01:58 -05:00

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"