diff --git a/.env.example b/.env.example new file mode 100644 index 0000000..5b9be54 --- /dev/null +++ b/.env.example @@ -0,0 +1,13 @@ +OPENAI_API_KEY= +SECRET_KEY= + + +MONGO_DB_URI= + +SEARCHXNG_URI= + +REDIS_URL= + +REDIS_PORT= +REDIS_HOST= +REDIS_PASSWORD= \ No newline at end of file