Changeset dc3406b
- Timestamp:
- 03/06/25 12:25:59 (4 weeks ago)
- Branches:
- main
- Parents:
- 32e9876
- Files:
-
- 1 added
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
.gitignore
r32e9876 rdc3406b 21 21 22 22 # environment variables 23 .env23 # .env 24 24 .env.local 25 25 .env.development.local -
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.