FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[View Raw Code]
[Original HTTPS Page]
sqlchat/process.d.ts at main · iamfork/sqlchat · GitHub
Uh oh!
There was an error while loading.
Please reload this page
.
iamfork
/
sqlchat
Public
forked from
sqlchat/sqlchat
Notifications
You must be signed in to change notification settings
Fork
0
Star
0
Code
Pull requests
0
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Pull requests
Actions
Projects
Security and quality
Insights
Expand file tree
Breadcrumbs
sqlchat
/
process.d.ts
Copy path
More file actions
More file actions
Latest commit
History
History
History
13 lines (13 loc) · 562 Bytes
Breadcrumbs
sqlchat
/
process.d.ts
Copy path
File metadata and controls
13 lines (13 loc) · 562 Bytes
Raw
Copy raw file
Download raw file
Open symbols panel
Edit and raw actions
1
2
3
4
5
6
7
8
9
10
11
12
13
declare
namespace
NodeJS
{
export
interface
ProcessEnv
{
// Required. Do not share your OpenAI API key with anyone! It should remain a secret.
OPENAI_API_KEY
:
string
;
// Optional. OpenAI API endpoint. Defaults to https://api.openai.com.
OPENAI_API_ENDPOINT
:
string
;
// Optional. Database connection string to store the data.
DATABASE_URL
:
string
;
// Optional. API key to protect the backend API endpoint.
// This needs to be exposed to the frontend and must be prefixed with NEXT_PUBLIC_.
NEXT_PUBLIC_API_KEY
:
string
;
}
}
Back
|
FazBrowse Home
|
New Git URL