Skip to content
GitLab
Explore
Projects
Groups
Topics
Snippets
Projects
Groups
Topics
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Register
Sign in
Toggle navigation
Menu
UPSMF
UPHRH-lms-service
Commits
7e552f76
Commit
7e552f76
authored
2 years ago
by
PrasadMoka
Browse files
Options
Download
Patches
Plain Diff
LR-262 variable name update
parent
b8f31d23
master
bootcamp
helmchart
release-5.0.1
release-5.0.2
release-5.1.0
release-5.2.0
release-5.2.1
release-5.3.0
release-5.3.1
release-5.4.0
release-5.3.1_RC1
release-5.3.0_RC1
release-5.2.0_RC2
release-5.2.0_RC1
release-5.1.0_RC2
release-5.1.0_RC1
release-5.0.1_RC3
release-5.0.1_RC2
release-5.0.1_RC1
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
course-mw/sunbird-util/sunbird-platform-core/common-util/src/main/java/org/sunbird/common/models/util/JsonKey.java
+1
-1
...src/main/java/org/sunbird/common/models/util/JsonKey.java
course-mw/sunbird-util/sunbird-platform-core/common-util/src/main/resources/externalresource.properties
+1
-1
...ommon-util/src/main/resources/externalresource.properties
with
2 additions
and
2 deletions
+2
-2
course-mw/sunbird-util/sunbird-platform-core/common-util/src/main/java/org/sunbird/common/models/util/JsonKey.java
+
1
−
1
View file @
7e552f76
...
@@ -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_url"
;
public
static
final
String
CLOUD_STORE_BASE_PATH
=
"cloud_stor
ag
e_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"
;
...
...
This diff is collapsed.
Click to expand it.
course-mw/sunbird-util/sunbird-platform-core/common-util/src/main/resources/externalresource.properties
+
1
−
1
View file @
7e552f76
...
@@ -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_url
=
https://sunbirddev.blob.core.windows.net
cloud_stor
ag
e_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
This diff is collapsed.
Click to expand it.
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment
Menu
Explore
Projects
Groups
Topics
Snippets