Skip to content

Commit

Permalink
Remove unused config properties
Browse files Browse the repository at this point in the history
  • Loading branch information
anthonyhashemi committed Feb 7, 2025
1 parent 95e9c6d commit 8937f74
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 7 deletions.
3 changes: 0 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -304,13 +304,10 @@ Hardcoded values:
- `SESSION_COOKIE_HTTPONLY`: Configure session cookies to be HTTP-only. Is `True`.
- `SESSION_COOKIE_SECURE`: Configure session cookies to be secure. Is `True`.
- `CONTACT_EMAIL`: Email address for contact information.
- `CONTACT_PHONE`: Phone number for contact information.
- `DEPARTMENT_NAME`: The name of the department.
- `DEPARTMENT_URL`: The URL of the department's website.
- `SERVICE_NAME`: The name of the service.
- `SERVICE_PHASE`: The phase of the service.
- `SERVICE_URL`: The URL of the service.
Properties configurable at runtime:
Expand Down
4 changes: 0 additions & 4 deletions configs/base_config.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,13 +6,9 @@
class BaseConfig(object):
SESSION_COOKIE_HTTPONLY = True
SESSION_COOKIE_SECURE = True
CONTACT_EMAIL = "contact email"
CONTACT_PHONE = "contact phone"
DEPARTMENT_NAME = "The National Archives"
DEPARTMENT_URL = "https://www.nationalarchives.gov.uk/"
SERVICE_NAME = "AYR – Access Your Records"
SERVICE_PHASE = "BETA"
SERVICE_URL = "https://ayr.nationalarchives.gov.uk/"
SUPPORTED_RENDER_EXTENSIONS = ["pdf", "png", "jpg", "jpeg"]

@staticmethod
Expand Down

0 comments on commit 8937f74

Please sign in to comment.