mirror of
https://github.com/ajurna/cbwebreader.git
synced 2025-12-06 06:17:17 +00:00
Dotenv (#28)
* docker-compose.yml fixes * docker-compose.yml fixes * docker-compose.yml fixes * docker-compose.yml fixes * docker-compose.yml fixes * docker-compose.yml fixes * docker-compose.yml fixes * docker-compose.yml fixes * docker-compose.yml fixes * docker-compose.yml fixes * docker-compose.yml fixes * docker-compose.yml fixes
This commit is contained in:
@@ -7,7 +7,7 @@ DJANGO_DEBUG=False
|
||||
DJANGO_ALLOWED_HOSTS='localhost'
|
||||
|
||||
DB_USER=admin
|
||||
#Please set a better password
|
||||
# Please set a better password
|
||||
DB_PASS=password
|
||||
DB_HOST=database
|
||||
DB_DATABASE=cbwebreader
|
||||
@@ -15,12 +15,14 @@ DB_DATABASE=cbwebreader
|
||||
# https://github.com/jacobian/dj-database-url
|
||||
DATABASE_URL='postgres://${DB_USER}:${DB_PASS}@${DB_HOST}/${DB_DATABASE}'
|
||||
|
||||
#Path to your comics.
|
||||
# Path to your comics.
|
||||
COMIC_BOOK_VOLUME=/path/to/comic/folder
|
||||
|
||||
# Usually fine tp leave as is.
|
||||
STATIC_ROOT=/static
|
||||
|
||||
MEDIA_ROOT='./media'
|
||||
# The path where you want to store the Thumbnail files
|
||||
MEDIA_ROOT='/media'
|
||||
|
||||
# This expects the office winrar unrar command line tool for windows or linux.
|
||||
# Will work without setting if it is in the path
|
||||
|
||||
Reference in New Issue
Block a user