Update env sample file
Browse files- env.example +1 -0
env.example
CHANGED
@@ -131,6 +131,7 @@ POSTGRES_PORT=5432
|
|
131 |
POSTGRES_USER=your_username
|
132 |
POSTGRES_PASSWORD='your_password'
|
133 |
POSTGRES_DATABASE=your_database
|
|
|
134 |
### separating all data from difference Lightrag instances(deprecating)
|
135 |
# POSTGRES_WORKSPACE=default
|
136 |
|
|
|
131 |
POSTGRES_USER=your_username
|
132 |
POSTGRES_PASSWORD='your_password'
|
133 |
POSTGRES_DATABASE=your_database
|
134 |
+
POSTGRES_MAX_CONNECTIONS=12
|
135 |
### separating all data from difference Lightrag instances(deprecating)
|
136 |
# POSTGRES_WORKSPACE=default
|
137 |
|