Skip to content

Commit 180f69a

Browse files
committed
Rename org env var
1 parent df15041 commit 180f69a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.env-example

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,6 @@ API_BASE=https://api.openweathermap.org
33
# API_BASE=https://api.unsplash.com
44
API_AUTH_TYPE=query
55
API_AUTH_KEY=appid
6-
OPEN_AI_ORG=org_1234567
6+
OPENAI_ORG=org_1234567
77
PORT=3344
88
DOCS_URL=https://openweathermap.org/api

readme.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ This repo aims to be a generic proxy for api´s where you can inject api keys /
88
`API_KEYS`: A comma separated list of api keys.
99
`API_AUTH_TYPE`: `query` / `bearer` / `header`
1010
`API_AUTH_KEY`: `appid`, `client_id`
11-
`OPEN_AI_ORG`: The organization ID for your account in openAI
11+
`OPENAI_ORG`: The organization ID for your account in openAI
1212
`PORT`: 3000
1313

1414
2. Copy example-pm2.json to pm2.json and set the fields to the values of choice.

0 commit comments

Comments
 (0)