Fix dev firebase admin key

This commit is contained in:
MartinBraquet
2025-09-21 16:00:29 +02:00
parent 274ee5ed5f
commit e157f500bc
7 changed files with 112 additions and 82 deletions

View File

@@ -7,4 +7,8 @@ cd "$(dirname "$0")"/..
if [ ! -f .env ]; then
cp .env.example .env
echo ".env file created from .env.example"
fi
fi
source .env
openssl enc -d -aes-256-cbc -pbkdf2 -iter 100000 -in secrets/googleApplicationCredentials-dev.json.enc -out backend/shared/src/googleApplicationCredentials-dev.json -pass pass:$GOOGLE_CREDENTIALS_ENC_PWD