mirror of
https://github.com/CompassConnections/Compass.git
synced 2026-04-04 14:53:33 -04:00
Fix dev firebase admin key
This commit is contained in:
@@ -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
|
||||
Reference in New Issue
Block a user