Compare commits

...

7 Commits

Author SHA1 Message Date
Beverly Nguyen
38e27fa6fc Merge branch 'main' into formatting 2025-08-01 09:55:40 -07:00
Beverly Nguyen
14ff289a36 format 2025-07-31 12:20:04 -07:00
Beverly Nguyen
1b04d1fd83 format 2025-07-31 12:16:57 -07:00
Beverly Nguyen
181ea66468 Merge branch 'main' into formatting 2025-07-31 12:13:42 -07:00
Beverly Nguyen
91f71f954d Merge branch 'main' into formatting 2025-07-30 15:16:52 -07:00
Beverly Nguyen
72ae831f04 Merge branch 'main' into formatting 2025-07-29 22:26:37 -07:00
Beverly Nguyen
097548ee71 formatting changes 2025-07-29 13:46:57 -07:00
2 changed files with 4 additions and 5 deletions

View File

@@ -161,7 +161,7 @@
"filename": "app/config.py",
"hashed_secret": "577a4c667e4af8682ca431857214b3a920883efc",
"is_verified": false,
"line_number": 122,
"line_number": 121,
"is_secret": false
}
],
@@ -634,5 +634,5 @@
}
]
},
"generated_at": "2025-07-31T21:07:14Z"
"generated_at": "2025-08-01T16:55:36Z"
}

View File

@@ -16,9 +16,8 @@ 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
LOGO_CDN_DOMAIN = (
"static-logos.notifications.service.gov.uk" # TODO use our own CDN
HEADER_COLOUR = (
"#81878b" # mix of dark-grey and mid-grey
)
ASSETS_DEBUG = False