-
Notifications
You must be signed in to change notification settings - Fork 0
/
.env.example
67 lines (50 loc) · 1.88 KB
/
.env.example
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
# --------------------------
# Public env variables
# --------------------------
NEXT_PUBLIC_APP_NAME=Ingra
NEXT_PUBLIC_APP_DESCRIPTION=Ingra is an open-source, AI-driven Functions-as-a-Service (FaaS) platform designed for developers and enterprises to simplify workflow automation, integrate third-party services, and enable intelligent task execution using natural language commands. With flexible integrations, built-in OpenAPI support, and secure VM environments, Ingra transforms the way you automate and manage tasks using ChatGPT and other LLMs.
NEXT_PUBLIC_PARENT_APP_URL=https://www.ingra.ai
# NEXT_PUBLIC_PARENT_APP_URL=http://localhost:****
NEXT_PUBLIC_HUBS_APP_URL=https://hubs.ingra.ai
# NEXT_PUBLIC_HUBS_APP_URL=http://localhost:3000
NEXT_PUBLIC_AUTH_APP_URL=https://auth.ingra.ai
# NEXT_PUBLIC_AUTH_APP_URL=http://localhost:3001
NEXT_PUBLIC_CHAT_APP_URL=https://chat.ingra.ai
# NEXT_PUBLIC_CHAT_APP_URL=http://localhost:3002
NEXT_PUBLIC_DOCS_APP_URL=https://docs.ingra.ai
# NEXT_PUBLIC_DOCS_APP_URL=http://localhost:3003
NEXT_PUBLIC_AUTH_COOKIE_DOMAIN=.ingra.ai
# NEXT_PUBLIC_AUTH_COOKIE_DOMAIN=localhost
NEXT_PUBLIC_APP_SESSION_COOKIE_NAME=ING_RAAAAAA
# --------------------------
# Vercel environments
# --------------------------
# JWT
# JWT_SECRET=
# AWS SES (IAM: bakabit-ses)
# AWS_SES_REGION=
# AWS_SES_ACCESS_KEY=
# AWS_SES_SECRET=
# AWS_SES_MAIL_FROM=
# OpenAI GPT Plugins
# OPENAI_VERIFICATION_TOKEN=
# OPENAI_API_KEY=
# OPENAI_ASSISTANT_ID=
# Vercel KV Redis
# KV_REST_API_READ_ONLY_TOKEN=
# KV_REST_API_TOKEN=
# KV_REST_API_URL=
# KV_URL=
# Vercel Blob
# BLOB_READ_WRITE_TOKEN=
# Google (OAuth)
# GOOG_OAUTH_CLIENT_ID=
# GOOG_OAUTH_CLIENT_SECRET=
NEXT_PUBLIC_GOOG_OAUTH_CALLBACK_URI=/api/google-oauth/callback
# Analytics
# NEXT_PUBLIC_HOTJAR_ID=
# NEXT_PUBLIC_MIXPANEL_TOKEN=
# Pinecone
# PINECONE_API_KEY=
# PINECONE_INDEX_NAME=