You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/hosting/configuration/environment-variables/database.md
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -33,6 +33,7 @@ This page outlines environment variables to configure your chosen database for y
33
33
|`DB_POSTGRESDB_USER`<br>/`_FILE`| String |`postgres`| The PostgreSQL user. |
34
34
|`DB_POSTGRESDB_PASSWORD`<br>/`_FILE`| String | - | The PostgreSQL password. |
35
35
|`DB_POSTGRESDB_POOL_SIZE`<br>/`_FILE`| Number |`2`| Control how many parallel open Postgres connections n8n should have. Increasing it may help with resource utilization, but too many connections may degrade performance. |
0 commit comments