diff options
Diffstat (limited to 'csit.infra.dash/app/cdash/utils/constants.py')
-rw-r--r-- | csit.infra.dash/app/cdash/utils/constants.py | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/csit.infra.dash/app/cdash/utils/constants.py b/csit.infra.dash/app/cdash/utils/constants.py index 823ecc62c7..f4a680e846 100644 --- a/csit.infra.dash/app/cdash/utils/constants.py +++ b/csit.infra.dash/app/cdash/utils/constants.py @@ -1,4 +1,4 @@ -# Copyright (c) 2024 Cisco and/or its affiliates. +# Copyright (c) 2025 Cisco and/or its affiliates. # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at: @@ -93,6 +93,9 @@ class Constants: ############################################################################ # General, application wide constants. + # AWS specific settings. + AWS_ENDPOINT_URL = get_str_from_env("AWS_ENDPOINT_URL", "") + # Select applications to start. START_TRENDING = get_bool_from_env("START_TRENDING", True) START_REPORT = get_bool_from_env("START_REPORT", True) |