-
-
Notifications
You must be signed in to change notification settings - Fork 268
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #6 from bookwyrm-social/main
Update to upstream
- Loading branch information
Showing
145 changed files
with
11,874 additions
and
3,156 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -5,3 +5,4 @@ __pycache__ | |
.git | ||
.github | ||
.pytest* | ||
.env |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -8,7 +8,7 @@ USE_HTTPS=true | |
DOMAIN=your.domain.here | ||
EMAIL=[email protected] | ||
|
||
# Instance defualt language (see options at bookwyrm/settings.py "LANGUAGES" | ||
# Instance default language (see options at bookwyrm/settings.py "LANGUAGES" | ||
LANGUAGE_CODE="en-us" | ||
# Used for deciding which editions to prefer | ||
DEFAULT_LANGUAGE="English" | ||
|
@@ -82,6 +82,12 @@ AWS_SECRET_ACCESS_KEY= | |
# AWS_S3_REGION_NAME=None # "fr-par" | ||
# AWS_S3_ENDPOINT_URL=None # "https://s3.fr-par.scw.cloud" | ||
|
||
# Commented are example values if you use Azure Blob Storage | ||
# USE_AZURE=true | ||
# AZURE_ACCOUNT_NAME= # "example-account-name" | ||
# AZURE_ACCOUNT_KEY= # "base64-encoded-access-key" | ||
# AZURE_CONTAINER= # "example-blob-container-name" | ||
# AZURE_CUSTOM_DOMAIN= # "example-account-name.blob.core.windows.net" | ||
|
||
# Preview image generation can be computing and storage intensive | ||
ENABLE_PREVIEW_IMAGES=False | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.