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-sb-devops
Commits
87556964
Commit
87556964
authored
2 years ago
by
Jayaprakash n
Browse files
Options
Download
Patches
Plain Diff
Issue #SB-28316 feat: Dialcode reserve API code refactor.
parent
ef3d076d
master
login-changes
loginRegisterBtn
prasath-release-5.1.0
release-5.1.0
release-5.1.0-api
release-5.1.0-apiuat
release-5.1.0-bulk-enrol-unenrol
release-5.1.0-uat
release-5.1.0-uatLatest
release-5.1.0-uatapi
release-5.1.0-upsmf-prod
release-uat-nginx
revert-5-login-changes
upstream/release-5.1.0-vdn
release-5.1.0_RC3
release-5.1.0_RC2
release-5.1.0_RC1
release-5.0.2
release-5.0.2_RC1
release-5.0.1
release-5.0.1_RC1
release-5.0.0
release-5.0.0_RC5
release-5.0.0_RC4
release-5.0.0_RC3
release-5.0.0_RC2
release-5.0.0_RC1
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
ansible/roles/stack-sunbird/templates/content-service_application.conf
+7
-1
.../stack-sunbird/templates/content-service_application.conf
with
7 additions
and
1 deletion
+7
-1
ansible/roles/stack-sunbird/templates/content-service_application.conf
+
7
−
1
View file @
87556964
...
...
@@ -501,9 +501,15 @@ dial_service {
base_url
:
"http://dial-service.{{namespace}}.svc.cluster.local:9000"
auth_key
:
"{{ sunbird_dial_repo_api_key }}"
search
:
"/dialcode/v3/search"
generate
_url
:
"/dialcode/v3/generate"
generate
:
"/dialcode/v3/generate"
}
}
reserve_dialcode
{
mimeType
: [
"application/vnd.ekstep.content-collection"
]
max_count
:
250
}
content
.
link_dialcode
.
validation
=
true
content
.
link_dialcode
.
max_limit
=
10
...
...
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