Skip to content

Commit

Permalink
Merge pull request #4007 from krgauraw/release-8.0.0
Browse files Browse the repository at this point in the history
Issue #LR-797 feat: added config for knowlg 6.1.0
  • Loading branch information
santhosh-tg authored May 24, 2024
2 parents dc72fd6 + 322507d commit 773a0a6
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
1 change: 1 addition & 0 deletions ansible/roles/stack-sunbird/defaults/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -1073,3 +1073,4 @@ pgssl: "false"

#Knowlg Release-6.1.0
dailcode_keyspace_name: "dialcodes"
cloud_storage_dial_container_name: "dial"
Original file line number Diff line number Diff line change
Expand Up @@ -659,4 +659,6 @@ cloudstorage {
write_base_path={{ valid_cloudstorage_base_urls }}
}
#Knowlg Release-6.1.0
dialcode.keyspace="{{ dailcode_keyspace_name }}"
dialcode.keyspace="{{ dailcode_keyspace_name }}"
dialcode_image.keyspace="{{ dailcode_keyspace_name }}"
cloud_storage_dial_container="{{ cloud_storage_dial_container_name }}"

0 comments on commit 773a0a6

Please sign in to comment.