mirror of
https://github.com/bookwyrm-social/bookwyrm.git
synced 2024-11-22 17:41:08 +00:00
Updates default state of .env file
This commit is contained in:
parent
f0b73c18c1
commit
413bd33894
1 changed files with 3 additions and 3 deletions
|
@ -21,8 +21,8 @@ MEDIA_ROOT=images/
|
||||||
# Database configuration
|
# Database configuration
|
||||||
PGPORT=5432
|
PGPORT=5432
|
||||||
POSTGRES_PASSWORD=securedbypassword123
|
POSTGRES_PASSWORD=securedbypassword123
|
||||||
POSTGRES_USER=fedireads
|
POSTGRES_USER=bookwyrm
|
||||||
POSTGRES_DB=fedireads
|
POSTGRES_DB=bookwyrm
|
||||||
POSTGRES_HOST=db
|
POSTGRES_HOST=db
|
||||||
|
|
||||||
# Redis activity stream manager
|
# Redis activity stream manager
|
||||||
|
@ -79,7 +79,7 @@ AWS_SECRET_ACCESS_KEY=
|
||||||
|
|
||||||
|
|
||||||
# Preview image generation can be computing and storage intensive
|
# Preview image generation can be computing and storage intensive
|
||||||
# ENABLE_PREVIEW_IMAGES=True
|
ENABLE_PREVIEW_IMAGES=False
|
||||||
|
|
||||||
# Specify RGB tuple or RGB hex strings,
|
# Specify RGB tuple or RGB hex strings,
|
||||||
# or use_dominant_color_light / use_dominant_color_dark
|
# or use_dominant_color_light / use_dominant_color_dark
|
||||||
|
|
Loading…
Reference in a new issue