1
0
Fork 0

vaultwarden: change push notification keys

This commit is contained in:
Lukáš Kucharczyk 2024-08-07 13:21:44 +02:00 committed by Lukáš Kucharczyk
parent 068cfc0a68
commit 4d8b250386
2 changed files with 2 additions and 2 deletions

View File

@ -542,8 +542,8 @@ services:
- "${VAULTWARDEN_EXTERNAL_PORT}:${VAULTWARDEN_INTERNAL_PORT}"
environment:
- PUSH_ENABLED=true
- PUSH_INSTALLATION_ID="287eaff9-7be7-4b52-a31d-b09100dc0f5c"
- PUSH_INSTALLATION_KEY="n0xrH7YORuvJk8rqvxB5"
- PUSH_INSTALLATION_ID=${VAULTWARDEN_PUSH_INSTALLATION_ID}
- PUSH_INSTALLATION_KEY=${VAULTWARDEN_PUSH_INSTALLATION_KEY}
- PUSH_RELAY_URI=https://api.bitwarden.eu
- PUSH_IDENTITY_URI=https://identity.bitwarden.eu
- ADMIN_TOKEN=$$argon2id$$v=19$$m=65540,t=3,p=4$$aWJ2cVRvYUsySkM3M01TMTJJMnZqbUF0Wm1qRWhvd1B6Sk50Q1hwck96dz0$$FKjZ36E54pX2e0AE9OaDpiH43TyAyfVwr3IvracbqEA

BIN
secrets/vaultwarden.env Normal file

Binary file not shown.