-
Notifications
You must be signed in to change notification settings - Fork 615
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Revert "Improve static deploy" (#2621)
- Loading branch information
Showing
7 changed files
with
3 additions
and
50 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
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
Empty file.
Empty file.
This file was deleted.
Oops, something went wrong.
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 |
---|---|---|
|
@@ -285,10 +285,8 @@ | |
MAILING_LIST_PSF_MEMBERS = "[email protected]" | ||
|
||
### Fastly ### | ||
FASTLY_SERVICE_ID = False # Set to a Fastly Service ID in production to allow | ||
# purges by Surrogate-Key | ||
FASTLY_API_KEY = False # Set to Fastly API key in production to allow | ||
# pages to be purged on save | ||
FASTLY_API_KEY = False # Set to Fastly API key in production to allow pages to | ||
# be purged on save | ||
|
||
# Jobs | ||
JOB_THRESHOLD_DAYS = 90 | ||
|
@@ -351,10 +349,6 @@ | |
|
||
GLOBAL_SURROGATE_KEY = 'pydotorg-app' | ||
|
||
### pydotorg.settings.cabotage.add_surrogate_keys_to_static | ||
|
||
STATIC_SURROGATE_KEY = 'pydotorg-static' | ||
|
||
### PyCon Integration for Sponsor Voucher Codes | ||
PYCON_API_KEY = config("PYCON_API_KEY", default="deadbeef-dead-beef-dead-beefdeadbeef") | ||
PYCON_API_SECRET = config("PYCON_API_SECRET", default="deadbeef-dead-beef-dead-beefdeadbeef") | ||
|
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