Allow serving BookWyrm on a non-standard port
This commit is contained in:
parent
baea105c18
commit
3aefbb548e
11 changed files with 38 additions and 27 deletions
|
@ -11,6 +11,7 @@ env =
|
|||
DEBUG = false
|
||||
USE_HTTPS = true
|
||||
DOMAIN = your.domain.here
|
||||
PORT = 4242
|
||||
ALLOWED_HOSTS = your.domain.here
|
||||
BOOKWYRM_DATABASE_BACKEND = postgres
|
||||
MEDIA_ROOT = images/
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue