diff --git a/ansible/roles/stack-sunbird/templates/content-service_application.conf b/ansible/roles/stack-sunbird/templates/content-service_application.conf
index b2cd1a404c414f4e53fbce60f95c184a2619a8bf..5ff969ff16f1022604c6975c08513d6b0abe3fb3 100644
--- a/ansible/roles/stack-sunbird/templates/content-service_application.conf
+++ b/ansible/roles/stack-sunbird/templates/content-service_application.conf
@@ -276,12 +276,15 @@ play.filters {
 
 play.http.parser.maxMemoryBuffer = 50MB
 akka.http.parsing.max-content-length = 50MB
-schema.base_path="/home/sunbird/content-service-1.0-SNAPSHOT/schemas"
+schema.base_path="/home/sunbird/content-service-1.0-SNAPSHOT/schemas/"
 
 # Cassandra Configuration
 cassandra.lp.connection="{{ lp_cassandra_connection }}"
 cassandra.lpa.connection="{{ dp_cassandra_connection }}"
 
+collection.keyspace = "{{ cassandra_keyspace_prefix }}_hierarchy_store"
+content.keyspace = "{{ cassandra_keyspace_prefix }}_content_store"
+
 # Redis Configuration
 redis.host="{{ sunbird_lp_redis_host }}"
 redis.port=6379