File tree 2 files changed +2
-2
lines changed
2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -3,6 +3,6 @@ API_BASE=https://api.openweathermap.org
3
3
# API_BASE=https://api.unsplash.com
4
4
API_AUTH_TYPE=query
5
5
API_AUTH_KEY=appid
6
- OPEN_AI_ORG =org_1234567
6
+ OPENAI_ORG =org_1234567
7
7
PORT=3344
8
8
DOCS_URL=https://openweathermap.org/api
Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ This repo aims to be a generic proxy for api´s where you can inject api keys /
8
8
` API_KEYS ` : A comma separated list of api keys.
9
9
` API_AUTH_TYPE ` : ` query ` / ` bearer ` / ` header `
10
10
` 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
12
12
` PORT ` : 3000
13
13
14
14
2 . Copy example-pm2.json to pm2.json and set the fields to the values of choice.
You can’t perform that action at this time.
0 commit comments