Unverified Commit 3a769cc3 authored by Reshmi V Nair's avatar Reshmi V Nair Committed by GitHub
Browse files

Merge pull request #497 from prasadmoka/local-5.1.0

LR-262 variable change
Showing with 2 additions and 2 deletions
+2 -2
...@@ -788,7 +788,7 @@ public final class JsonKey { ...@@ -788,7 +788,7 @@ public final class JsonKey {
public static final String GCLOUD_STR = "gcloud"; public static final String GCLOUD_STR = "gcloud";
public static final String CLOUD_FOLDER_CONTENT = "sunbird_cloud_content_folder"; public static final String CLOUD_FOLDER_CONTENT = "sunbird_cloud_content_folder";
public static final String CLOUD_STORE_BASE_PATH = "cloud_store_base_path"; public static final String CLOUD_STORE_BASE_PATH = "cloud_storage_base_url";
public static final String CLOUD_STORE_BASE_PATH_PLACEHOLDER = "cloud_store_base_path_placeholder"; public static final String CLOUD_STORE_BASE_PATH_PLACEHOLDER = "cloud_store_base_path_placeholder";
public static final String TO_URL = "toUrl"; public static final String TO_URL = "toUrl";
public static final String TTL = "ttl"; public static final String TTL = "ttl";
......
...@@ -206,5 +206,5 @@ sunbird_msg_sender= ...@@ -206,5 +206,5 @@ sunbird_msg_sender=
sunbird_msg_91_auth= sunbird_msg_91_auth=
sunbird_api_mgr_base_url=https://dev.sunbirded.org/api sunbird_api_mgr_base_url=https://dev.sunbirded.org/api
enrollment_list_size=1000 enrollment_list_size=1000
cloud_store_base_path=https://sunbirddev.blob.core.windows.net cloud_storage_base_url=https://sunbirddev.blob.core.windows.net
cloud_store_base_path_placeholder=$CLOUD_STORE_BASE_PATH cloud_store_base_path_placeholder=$CLOUD_STORE_BASE_PATH
\ No newline at end of file
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment