mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-08-21 06:49:49 -04:00
Compare commits
7 Commits
06-19-2026
...
formatting
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
38e27fa6fc | ||
|
|
14ff289a36 | ||
|
|
1b04d1fd83 | ||
|
|
181ea66468 | ||
|
|
91f71f954d | ||
|
|
72ae831f04 | ||
|
|
097548ee71 |
@@ -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"
|
||||
}
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user