Changeset dc3406b for README.md


Ignore:
Timestamp:
03/06/25 12:25:59 (4 weeks ago)
Author:
163080 <naumshapkarovski@…>
Branches:
main
Parents:
32e9876
Message:

keep .env out of git ignore

File:
1 edited

Legend:

Unmodified
Added
Removed
  • README.md

    r32e9876 rdc3406b  
    32323. **Environment Setup**
    3333
    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:
    3535
    3636   ```env
    37    GOOGLE_APPLICATION_CREDENTIALS="/path/to/your/credentials.json"
     37   GOOGLE_APPLICATION_CREDENTIALS="/path/to/your/service-account.json"
    3838   ```
    3939
Note: See TracChangeset for help on using the changeset viewer.