Skip to content

Commit

Permalink
feat(.env.example): update example env
Browse files Browse the repository at this point in the history
  • Loading branch information
NorkzYT committed Jul 21, 2024
1 parent e8c1067 commit 623a673
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .env.example
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
BITWARDEN_SYNC_HOST='xxx'
BITWARDEN_SYNC_BW_EMAIL_ADDRESS='xxx'
BITWARDEN_SYNC_HOST='https://warden.domain.com'
BITWARDEN_SYNC_BW_EMAIL_ADDRESS='someone@domain.com'
BITWARDEN_SYNC_BW_PASSWORD='xxx'
BITWARDEN_SYNC_BW_CLIENTID='xxx'
BITWARDEN_SYNC_BW_CLIENTSECRET='xxx'
BITWARDEN_SYNC_BW_OTP_CODE='xxx'
BITWARDEN_SYNC_BW_CLIENTID='api_key_clientid'
BITWARDEN_SYNC_BW_CLIENTSECRET='api_key_clientsecret'
BITWARDEN_SYNC_BW_OTP_CODE='2fa_opt_code'
BITWARDEN_SYNC_IMPORT_FORMAT='1password1pux'

0 comments on commit 623a673

Please sign in to comment.