Reran reference tests and merged in main to fix conflicts

This commit is contained in:
alexjanousekGSA
2025-07-31 17:07:17 -04:00
parent 1203546a97
commit aa18d1447e
15 changed files with 19 additions and 22 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
)