Ok, looks like I can access the api finally.

Signed-off-by: Cliff Hill <clifford.hill@gsa.gov>
This commit is contained in:
Cliff Hill
2025-03-21 11:03:22 -04:00
parent 33ce7c8094
commit 53e1f792b3
2 changed files with 17 additions and 6 deletions

View File

@@ -183,6 +183,16 @@ class E2ETest(Staging):
"notify-admin-logo-upload-bucket-staging"
)
API_HOST_NAME = "http://localhost:6011" # nosec B105 - only used in development
# credential overrides
DANGEROUS_SALT = "development-notify-salt"
SECRET_KEY = "dev-notify-secret-key" # nosec B105 - only used in development
# ADMIN_CLIENT_USER_NAME is called ADMIN_CLIENT_ID in api repo, they should match
ADMIN_CLIENT_USER_NAME = "notify-admin"
ADMIN_CLIENT_SECRET = (
"dev-notify-secret-key" # nosec B105 - only used in development
)
class Demo(Staging):
HEADER_COLOUR = "#6F72AF" # $mauve