Nattyboi commited on
Commit
d9fa893
·
1 Parent(s): bbd997e

added .env.example

Browse files
Files changed (1) hide show
  1. .env.example +12 -0
.env.example ADDED
@@ -0,0 +1,12 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ SEARCH_ENGINE_ID="search engine id"
2
+ GOOGLE_API_KEY="google api key"
3
+ PINECONE_API_KEY="pinecone api key"
4
+ GEMINI_API_KEY="gemini api key"
5
+ MONGO_URI="mongodb://localhost:27017/"
6
+ SECRET_KEY = "secret"
7
+ FERNET_SECRET_KEY="secret"
8
+ ALGORITHM = "encryption algoritm"
9
+ REDIS_HOST="localhost"
10
+ REDIS_PORT="67802"
11
+ REDIS_USERNAME="normal"
12
+ REDIS_PASSWORD="password"