Commit cf02a66c authored by Radheshhathwar's avatar Radheshhathwar
Browse files

UploadExcel working function

1 merge request!21UploadExcel working function
Showing with 11 additions and 11 deletions
+11 -11
...@@ -346,7 +346,7 @@ schema.base_path="../../schemas/" ...@@ -346,7 +346,7 @@ schema.base_path="../../schemas/"
# Cassandra Configuration # Cassandra Configuration
cassandra.lp.connection="127.0.0.1:9042" cassandra.lp.connection="127.0.0.1:9042"
content.keyspace = "dev_content_store" content.keyspace = "content_store"
# Redis Configuration # Redis Configuration
redis.host="localhost" redis.host="localhost"
...@@ -396,16 +396,16 @@ kafka { ...@@ -396,16 +396,16 @@ kafka {
topic.send.enable : true topic.send.enable : true
topics.instruction : "sunbirddev.assessment.publish.request" topics.instruction : "sunbirddev.assessment.publish.request"
} }
objectcategorydefinition.keyspace="dev_category_store" objectcategorydefinition.keyspace="category_store"
question { question {
keyspace = "dev_question_store" keyspace = "question_store"
list.limit=20 list.limit=20
} }
competency { competency {
keyspace = "taxonomy" keyspace = "taxonomy"
list.limit=20 list.limit=20
} }
questionset.keyspace="dev_hierarchy_store" questionset.keyspace="hierarchy_store"
cassandra { cassandra {
lp { lp {
......
...@@ -373,17 +373,17 @@ languageCode { ...@@ -373,17 +373,17 @@ languageCode {
platform.language.codes=["as","bn","en","gu","hi","hoc","jun","ka","mai","mr","unx","or","san","sat","ta","te","urd"] platform.language.codes=["as","bn","en","gu","hi","hoc","jun","ka","mai","mr","unx","or","san","sat","ta","te","urd"]
collection.keyspace = "dev_hierarchy_store" collection.keyspace = "hierarchy_store"
content.keyspace = "dev_content_store" content.keyspace = "content_store"
# Learning-Service Configuration # Learning-Service Configuration
content.metadata.visibility.parent=["textbookunit", "courseunit", "lessonplanunit", "event"] content.metadata.visibility.parent=["textbookunit", "courseunit", "lessonplanunit", "event"]
# Cassandra Configuration # Cassandra Configuration
content.keyspace.name=dev_content_store //content.keyspace.name=content_store
content.keyspace.table=content_data //content.keyspace.table=content_data
#TODO: Add Configuration for assessment. e.g: question_data #TODO: Add Configuration for assessment. e.g: question_data
orchestrator.keyspace.name=dev_question_store orchestrator.keyspace.name=question_store
orchestrator.keyspace.table=question_data orchestrator.keyspace.table=question_data
cassandra.lp.connection="127.0.0.1:9042" cassandra.lp.connection="127.0.0.1:9042"
cassandra.lpa.connection="127.0.0.1:9042" cassandra.lpa.connection="127.0.0.1:9042"
...@@ -545,10 +545,10 @@ learning.service_provider=["youtube"] ...@@ -545,10 +545,10 @@ learning.service_provider=["youtube"]
stream.mime.type=video/mp4 stream.mime.type=video/mp4
compositesearch.index.name="compositesearch" compositesearch.index.name="compositesearch"
hierarchy.keyspace.name=dev_hierarchy_store hierarchy.keyspace.name=hierarchy_store
content.hierarchy.table=content_hierarchy content.hierarchy.table=content_hierarchy
framework.hierarchy.table=framework_hierarchy framework.hierarchy.table=framework_hierarchy
objectcategorydefinition.keyspace=dev_category_store objectcategorydefinition.keyspace=category_store
# Kafka topic for definition update event. # Kafka topic for definition update event.
kafka.topic.system.command="dev.system.command" kafka.topic.system.command="dev.system.command"
......
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