mirror of
https://github.com/kossakovsky/n8n-install.git
synced 2026-03-07 22:33:11 +00:00
Update .env.example to correct PostgreSQL host configuration
- Changed the PostgreSQL host variable from 'postgres' to 'db' in .env.example, ensuring accurate database connection settings for users. - This update enhances the clarity and correctness of the environment configuration for PostgreSQL.
This commit is contained in:
@@ -237,8 +237,8 @@ LT_UPDATE_MODELS=true
|
||||
# Database - You can change these to any PostgreSQL database that has logical replication enabled.
|
||||
############
|
||||
|
||||
POSTGRES_HOST=db
|
||||
POSTGRES_DB=postgres
|
||||
POSTGRES_HOST=postgres
|
||||
POSTGRES_PORT=5432
|
||||
POSTGRES_USER=postgres
|
||||
|
||||
|
||||
Reference in New Issue
Block a user