move config.ini.example to root directory

This commit is contained in:
ArnoChen
2025-02-10 01:30:55 +08:00
parent ee5c00e0c6
commit a55b3263f1

15
config.ini.example Normal file
View File

@@ -0,0 +1,15 @@
[neo4j]
uri = neo4j+s://xxxxxxxx.databases.neo4j.io
username = neo4j
password = your-password
[mongodb]
uri = mongodb+srv://name:password@your-cluster-address
database = lightrag
graph = false
[redis]
uri=redis://localhost:6379/1
[qdrant]
uri = http://localhost:16333