Skip to content

Commit

Permalink
Issue #LR-797 feat: added config for knowlg 6.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
krgauraw committed May 24, 2024
1 parent dc72fd6 commit 322507d
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 322507d

Please sign in to comment.