formatting files

This commit is contained in:
Beverly Nguyen
2025-08-06 13:40:11 -07:00
parent 95421c6d1e
commit 562a57bd85
8 changed files with 37 additions and 49 deletions

View File

@@ -16,9 +16,7 @@ class Config(object):
API_PUBLIC_WS_URL = getenv("API_PUBLIC_WS_URL", "localhost")
ADMIN_BASE_URL = getenv("ADMIN_BASE_URL", "http://localhost:6012")
HEADER_COLOUR = (
"#81878b" # mix of dark-grey and mid-grey
)
HEADER_COLOUR = "#81878b" # mix of dark-grey and mid-grey
LOGO_CDN_DOMAIN = (
"static-logos.notifications.service.gov.uk" # TODO use our own CDN
)