forked from OWASP-BLT/BLT
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.env.example
31 lines (25 loc) · 1007 Bytes
/
.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
DEBUG=True
SUPERUSER=admin11
SUPERUSER_MAIL=admin23453453@gmail.com
SUPERUSER_PASSWORD=admi345n@12343453
DOMAIN_NAME=localhost
PORT=8000
CALLBACK_URL_FOR_GITHUB=http://127.0.0.1:8000/
CALLBACK_URL_FOR_GOOGLE=http://127.0.0.1:8000/
CALLBACK_URL_FOR_FACEBOOK=http://127.0.0.1:8000/
OPENAI_API_KEY=openai_api_key
#Langchain details are only needed to get the chatbot details in Langsmith. This is not necessary for the project.
LANGCHAIN_API_KEY=langchain_api_key
LANGCHAIN_TRACING_V2=true
LANGCHAIN_PROJECT=default
LANGCHAIN_ENDPOINT="https://api.smith.langchain.com"
#Database Credentials
POSTGRES_PASSWORD=postgres
POSTGRES_USER=postgres
POSTGRES_DB=example_db
POSTGRES_PORT=5432 #default is 5432, but sometimes it may be occupied by other services. So you can change it to any other port.
DATABASE_URL=postgres://${POSTGRES_USER}:${POSTGRES_PASSWORD}@localhost:${POSTGRES_PORT}/${POSTGRES_DB}
#Sentry DSN
SENTRY_DSN=https://examplePublicKey@o0.ingest.sentry.io/0
SLACK_CLIENT_ID=
SLACK_CLIENT_SECRET=