Skip to content

Commit 4f62f4d

Browse files
committed
feat: readme
1 parent edd9532 commit 4f62f4d

File tree

1 file changed

+13
-14
lines changed

1 file changed

+13
-14
lines changed

README.md

Lines changed: 13 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -9,22 +9,21 @@ A Node.js application that transcribes audio recordings into text and automatica
99
Create a `.env` file with the following variables:
1010

1111
```plaintext
12-
PORT=3000
13-
OPENAI_SPEECH_API_KEY=your_openai_api_key
14-
DOC_ID=your_google_doc_id
15-
TIMEZONE=your_timezone (example: Asia/Jerusalem)
12+
OPENAI_SPEECH_API_KEY=
13+
DOC_ID=
14+
TIMEZONE=
1615
1716
# Google Service Account Credentials
18-
TYPE=service_account
19-
PROJECT_ID=your_project_id
20-
PRIVATE_KEY_ID=your_private_key_id
21-
PRIVATE_KEY=your_private_key
22-
CLIENT_EMAIL=your_client_email
23-
CLIENT_ID=your_client_id
24-
AUTH_URI=https://accounts.google.com/o/oauth2/auth
25-
TOKEN_URI=https://oauth2.googleapis.com/token
26-
AUTH_PROVIDER_X509_CERT_URL=https://www.googleapis.com/oauth2/v1/certs
27-
CLIENT_X509_CERT_URL=your_cert_url
17+
TYPE=
18+
PROJECT_ID=
19+
PRIVATE_KEY_ID=
20+
PRIVATE_KEY=
21+
CLIENT_EMAIL=
22+
CLIENT_ID=
23+
AUTH_URI=
24+
TOKEN_URI=
25+
AUTH_PROVIDER_X509_CERT_URL=
26+
CLIENT_X509_CERT_URL=
2827
```
2928

3029
## Features

0 commit comments

Comments
 (0)