9 lines
223 B
Bash
9 lines
223 B
Bash
# PostgreSQL Database Configuration
|
|
# Copy this file to .env and fill in your actual values
|
|
|
|
POSTGRES_HOST=localhost
|
|
POSTGRES_PORT=5432
|
|
POSTGRES_DB=home_assistant
|
|
POSTGRES_USER=your_username
|
|
POSTGRES_PASSWORD=your_password
|