Legend:
- Unmodified
- Added
- Removed
-
README.md
r32e9876 rdc3406b 32 32 3. **Environment Setup** 33 33 34 Update the `.env` file with your Google Cloud credentials:34 Create a `.env` file in the root directory and set the path to your service-account.json file: 35 35 36 36 ```env 37 GOOGLE_APPLICATION_CREDENTIALS="/path/to/your/ credentials.json"37 GOOGLE_APPLICATION_CREDENTIALS="/path/to/your/service-account.json" 38 38 ``` 39 39
Note:
See TracChangeset
for help on using the changeset viewer.