Remove PostgreSQL config from .env.example
Deleted PostgreSQL-related environment variables from the example file
This commit is contained in:
parent
5d9d2ef562
commit
1002db68de
1 changed files with 0 additions and 8 deletions
|
|
@ -25,11 +25,3 @@ EMAIL_USE_SSL=False
|
||||||
|
|
||||||
# Connection timeout in seconds
|
# Connection timeout in seconds
|
||||||
EMAIL_TIMEOUT=10
|
EMAIL_TIMEOUT=10
|
||||||
|
|
||||||
# PostgreSQL Configuration
|
|
||||||
POSTGRES_PASSWORD=your-postgres-password-here
|
|
||||||
POSTGRES_USER=ttvdrops
|
|
||||||
POSTGRES_DB=ttvdrops
|
|
||||||
# PostgreSQL Host and Port
|
|
||||||
POSTGRES_HOST=localhost
|
|
||||||
POSTGRES_PORT=5432
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue