Skip to content

Commit

Permalink
Merge pull request rdkcentral#5498 from rdkcentral/RDKTV-31765-US_end…
Browse files Browse the repository at this point in the history
…point

RDKTV-31765: Set US endpoint - SecureStore
  • Loading branch information
srikanth-vv authored Jul 8, 2024
2 parents bea2be9 + cf10f15 commit fca524f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion PersistentStore/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ set(MODULE_NAME ${NAMESPACE}${PLUGIN_NAME})
set(CMAKE_CXX_STANDARD 11)

set(PLUGIN_PERSISTENTSTORE_MODE "Local" CACHE STRING "Controls if the plugin should run in its own process, in process or remote")
set(PLUGIN_PERSISTENTSTORE_URI "ss.eu.prod.developer.comcast.com:443" CACHE STRING "Account scope endpoint")
set(PLUGIN_PERSISTENTSTORE_URI "ss.prod.developer.comcast.com:443" CACHE STRING "Account scope endpoint")
set(PLUGIN_PERSISTENTSTORE_PATH "/opt/secure/persistent/rdkservicestore" CACHE STRING "Path")
set(PLUGIN_PERSISTENTSTORE_LEGACYPATH "/opt/persistent/rdkservicestore" CACHE STRING "Previously used path")
set(PLUGIN_PERSISTENTSTORE_KEY "" CACHE STRING "Encryption key")
Expand Down

0 comments on commit fca524f

Please sign in to comment.