Unverified Commit b2a85711 authored by Rajesh Rajendran's avatar Rajesh Rajendran Committed by GitHub
Browse files

variable fixes (#2282)


* Override env specific additional configs

Signed-off-by: default avatarRajesh Rajendran <rjshrjndrn@gmail.com>

* Adding default variable for overrides
Showing with 8 additions and 2 deletions
+8 -2
......@@ -565,4 +565,7 @@ channel.content.primarycategories=["Explanation Content", "Learning Resource", "
channel.collection.primarycategories=["Course", "Digital Textbook", "Content Playlist", "Question paper"]
channel.asset.primarycategories=["Asset"]
objectcategorydefinition.keyspace="{{ cassandra_keyspace_prefix }}_category_store"
\ No newline at end of file
objectcategorydefinition.keyspace="{{ cassandra_keyspace_prefix }}_category_store"
# This will override all content service application configs from ansible
{{content_service_config_override|d('')}}
......@@ -386,4 +386,7 @@ languageCode {
tamil : "ta"
telugu : "te"
}
objectcategorydefinition.keyspace="{{ cassandra_keyspace_prefix }}_category_store"
\ No newline at end of file
objectcategorydefinition.keyspace="{{ cassandra_keyspace_prefix }}_category_store"
# This will override all taxonamy service application configs from ansible
{{taxonamy_service_config_override|d('')}}
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