Update env.example

This commit is contained in:
yangdx
2025-03-31 01:03:58 +08:00
parent 637d37eec4
commit 0538217c3e

View File

@@ -117,7 +117,7 @@ ORACLE_PASSWORD='your_password'
ORACLE_CONFIG_DIR=/path/to/oracle/config ORACLE_CONFIG_DIR=/path/to/oracle/config
#ORACLE_WALLET_LOCATION=/path/to/wallet #ORACLE_WALLET_LOCATION=/path/to/wallet
#ORACLE_WALLET_PASSWORD='your_password' #ORACLE_WALLET_PASSWORD='your_password'
### separating all data from difference Lightrag instances(deprecating, use NAMESPACE_PREFIX in future) ### separating all data from difference Lightrag instances(deprecating)
#ORACLE_WORKSPACE=default #ORACLE_WORKSPACE=default
### TiDB Configuration ### TiDB Configuration
@@ -126,8 +126,8 @@ TIDB_PORT=4000
TIDB_USER=your_username TIDB_USER=your_username
TIDB_PASSWORD='your_password' TIDB_PASSWORD='your_password'
TIDB_DATABASE=your_database TIDB_DATABASE=your_database
### separating all data from difference Lightrag instances(deprecating, use NAMESPACE_PREFIX in future) ### separating all data from difference Lightrag instances(deprecating)
#TIDB_WORKSPACE=default # TIDB_WORKSPACE=default
### PostgreSQL Configuration ### PostgreSQL Configuration
POSTGRES_HOST=localhost POSTGRES_HOST=localhost
@@ -135,8 +135,8 @@ POSTGRES_PORT=5432
POSTGRES_USER=your_username POSTGRES_USER=your_username
POSTGRES_PASSWORD='your_password' POSTGRES_PASSWORD='your_password'
POSTGRES_DATABASE=your_database POSTGRES_DATABASE=your_database
### separating all data from difference Lightrag instances(deprecating, use NAMESPACE_PREFIX in future) ### separating all data from difference Lightrag instances(deprecating)
#POSTGRES_WORKSPACE=default # POSTGRES_WORKSPACE=default
### Independent AGM Configuration(not for AMG embedded in PostreSQL) ### Independent AGM Configuration(not for AMG embedded in PostreSQL)
AGE_POSTGRES_DB= AGE_POSTGRES_DB=
@@ -145,8 +145,8 @@ AGE_POSTGRES_PASSWORD=
AGE_POSTGRES_HOST= AGE_POSTGRES_HOST=
# AGE_POSTGRES_PORT=8529 # AGE_POSTGRES_PORT=8529
### separating all data from difference Lightrag instances(deprecating, use NAMESPACE_PREFIX in future)
# AGE Graph Name(apply to PostgreSQL and independent AGM) # AGE Graph Name(apply to PostgreSQL and independent AGM)
### AGE_GRAPH_NAME is precated
# AGE_GRAPH_NAME=lightrag # AGE_GRAPH_NAME=lightrag
### Neo4j Configuration ### Neo4j Configuration
@@ -157,7 +157,7 @@ NEO4J_PASSWORD='your_password'
### MongoDB Configuration ### MongoDB Configuration
MONGO_URI=mongodb://root:root@localhost:27017/ MONGO_URI=mongodb://root:root@localhost:27017/
MONGO_DATABASE=LightRAG MONGO_DATABASE=LightRAG
### separating all data from difference Lightrag instances(deprecating, use NAMESPACE_PREFIX in future) ### separating all data from difference Lightrag instances(deprecating)
# MONGODB_GRAPH=false # MONGODB_GRAPH=false
### Milvus Configuration ### Milvus Configuration