Update env.example
This commit is contained in:
10
env.example
10
env.example
@@ -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,7 +126,7 @@ 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
|
||||||
@@ -135,7 +135,7 @@ 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)
|
||||||
@@ -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
|
||||||
|
Reference in New Issue
Block a user