Последняя активность 1729143894

Версия 5467604539659ed51129caca93e6852272abbece

TypeORM-readme-6.sh Исходник
1# Linux/macOS
2export GOOGLE_APPLICATION_CREDENTIALS="KEY_PATH"
3
4# Windows
5set GOOGLE_APPLICATION_CREDENTIALS=KEY_PATH
6
7# Replace KEY_PATH with the path of the JSON file that contains your service account key.