You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
12 lines
426 B
12 lines
426 B
# Copyright (C) 2005-2024 Splunk Inc. All Rights Reserved.
|
|
|
|
# Contains useful constants used across code base
|
|
|
|
# Build time (Grunt) save away of current ITSI version
|
|
# Helps avoid repeated REST calls to get the same value of ITSI version repeatedly in different parts of the code
|
|
current_itsi_app_version = '4.19.1'
|
|
|
|
KVSTORE_SPLUNKD_HOST_PATH = "https://localhost"
|
|
KVSTORE_SPLUNKD_PORT = "8089"
|
|
KVSTORE_SPLUNKD_USER = "admin"
|