TypeORM-readme-6.sh
· 208 B · Bash
Bruto
# Linux/macOS
export GOOGLE_APPLICATION_CREDENTIALS="KEY_PATH"
# Windows
set GOOGLE_APPLICATION_CREDENTIALS=KEY_PATH
# Replace KEY_PATH with the path of the JSON file that contains your service account key.
1 | # Linux/macOS |
2 | export GOOGLE_APPLICATION_CREDENTIALS="KEY_PATH" |
3 | |
4 | # Windows |
5 | set GOOGLE_APPLICATION_CREDENTIALS=KEY_PATH |
6 | |
7 | # Replace KEY_PATH with the path of the JSON file that contains your service account key. |