Spaces:
Running
Running
added .env.example
Browse files- .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"
|