Spaces:
Running
Running
File size: 349 Bytes
d9fa893 |
1 2 3 4 5 6 7 8 9 10 11 12 |
SEARCH_ENGINE_ID="search engine id"
GOOGLE_API_KEY="google api key"
PINECONE_API_KEY="pinecone api key"
GEMINI_API_KEY="gemini api key"
MONGO_URI="mongodb://localhost:27017/"
SECRET_KEY = "secret"
FERNET_SECRET_KEY="secret"
ALGORITHM = "encryption algoritm"
REDIS_HOST="localhost"
REDIS_PORT="67802"
REDIS_USERNAME="normal"
REDIS_PASSWORD="password" |