You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: readme.md
+2-3
Original file line number
Diff line number
Diff line change
@@ -1,15 +1,14 @@
1
1
# Getting Started
2
2
3
-
This project was bootstrapped with [imba-base-template](https://github.com/imba/imba-base-template).
4
-
5
-
It aims to be a generic proxy for api´s where you can inject api keys / authentication without exposing it to the requester. It uses dotenv to define it´s workings.
3
+
This repo aims to be a generic proxy for api´s where you can inject api keys / authentication without exposing it to the requester. It uses dotenv to define it´s workings.
6
4
7
5
1. Copy .env-example to .env and set the env vars to fit the api of choice
8
6
9
7
`API_BASE`: The root url to proxy - for example `https://api.openweathermap.org`
10
8
`API_KEYS`: A comma separated list of api keys.
11
9
`API_AUTH_TYPE`: `query` / `bearer` / `header`
12
10
`API_AUTH_KEY`: `appid`, `client_id`
11
+
`OPEN_AI_ORG`: The organization ID for your account in openAI
13
12
`PORT`: 3000
14
13
15
14
2. Copy example-pm2.json to pm2.json and set the fields to the values of choice.
0 commit comments