Skip to content
GitLab
Explore
Projects
Groups
Topics
Snippets
Projects
Groups
Topics
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Register
Sign in
Toggle navigation
Menu
UPSMF
knowledge-platform
Commits
cf02a66c
Commit
cf02a66c
authored
1 year ago
by
Radheshhathwar
Browse files
Options
Download
Patches
Plain Diff
UploadExcel working function
parent
f1248246
Gcloud_fix
1 merge request
!21
UploadExcel working function
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
assessment-api/assessment-service/conf/application.conf
+4
-4
assessment-api/assessment-service/conf/application.conf
content-api/content-service/conf/application.conf
+7
-7
content-api/content-service/conf/application.conf
with
11 additions
and
11 deletions
+11
-11
assessment-api/assessment-service/conf/application.conf
+
4
−
4
View file @
cf02a66c
...
@@ -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
{
...
...
This diff is collapsed.
Click to expand it.
content-api/content-service/conf/application.conf
+
7
−
7
View file @
cf02a66c
...
@@ -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"
...
...
This diff is collapsed.
Click to expand it.
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment
Menu
Explore
Projects
Groups
Topics
Snippets