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:
Yury Kossakovsky
2025-08-29 08:55:16 -06:00
parent 898a3e347e
commit 01cc6d06c8

View File

@@ -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