Add PostgreSQL configuration to .env.example
All checks were successful
Deploy to Server / deploy (push) Successful in 19s
All checks were successful
Deploy to Server / deploy (push) Successful in 19s
This commit is contained in:
parent
8b571dac93
commit
302ef16975
1 changed files with 10 additions and 0 deletions
10
.env.example
10
.env.example
|
|
@ -31,7 +31,17 @@ EMAIL_USE_SSL=False
|
|||
|
||||
# Connection timeout in seconds
|
||||
EMAIL_TIMEOUT=10
|
||||
# PostgreSQL Configuration
|
||||
|
||||
POSTGRES_PASSWORD=
|
||||
POSTGRES_USER=ttvdrops
|
||||
POSTGRES_DB=ttvdrops
|
||||
|
||||
# PostgreSQL Host and Port
|
||||
POSTGRES_HOST=/run/postgresql
|
||||
|
||||
# Note: Changed from 5432 to 6432 to use PgBouncer
|
||||
POSTGRES_PORT=5432
|
||||
# Where to store Twitch API responses
|
||||
TTVDROPS_IMPORTED_DIR=/mnt/fourteen/Data/Responses/imported
|
||||
TTVDROPS_BROKEN_DIR=/mnt/fourteen/Data/Responses/broken
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue