mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-08-25 08:44:23 -04:00
Compare commits
7 Commits
eaeece70f8
...
formatting
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
38e27fa6fc | ||
|
|
14ff289a36 | ||
|
|
1b04d1fd83 | ||
|
|
181ea66468 | ||
|
|
91f71f954d | ||
|
|
72ae831f04 | ||
|
|
097548ee71 |
@@ -161,7 +161,7 @@
|
|||||||
"filename": "app/config.py",
|
"filename": "app/config.py",
|
||||||
"hashed_secret": "577a4c667e4af8682ca431857214b3a920883efc",
|
"hashed_secret": "577a4c667e4af8682ca431857214b3a920883efc",
|
||||||
"is_verified": false,
|
"is_verified": false,
|
||||||
"line_number": 122,
|
"line_number": 121,
|
||||||
"is_secret": false
|
"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")
|
API_PUBLIC_WS_URL = getenv("API_PUBLIC_WS_URL", "localhost")
|
||||||
|
|
||||||
ADMIN_BASE_URL = getenv("ADMIN_BASE_URL", "http://localhost:6012")
|
ADMIN_BASE_URL = getenv("ADMIN_BASE_URL", "http://localhost:6012")
|
||||||
HEADER_COLOUR = "#81878b" # mix of dark-grey and mid-grey
|
HEADER_COLOUR = (
|
||||||
LOGO_CDN_DOMAIN = (
|
"#81878b" # mix of dark-grey and mid-grey
|
||||||
"static-logos.notifications.service.gov.uk" # TODO use our own CDN
|
|
||||||
)
|
)
|
||||||
|
|
||||||
ASSETS_DEBUG = False
|
ASSETS_DEBUG = False
|
||||||
|
|||||||
Reference in New Issue
Block a user