最后活跃于 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.