From 0acb243c08117cbb275dc4463e8b178222a729ca Mon Sep 17 00:00:00 2001 From: Kumar Gauraw <er.krgauraw@gmail.com> Date: Mon, 12 Oct 2020 16:36:48 +0530 Subject: [PATCH] Issue #DP-946 feat: updated schema base path --- .../stack-sunbird/templates/content-service_application.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ansible/roles/stack-sunbird/templates/content-service_application.conf b/ansible/roles/stack-sunbird/templates/content-service_application.conf index 6284ea329..57b30400f 100644 --- a/ansible/roles/stack-sunbird/templates/content-service_application.conf +++ b/ansible/roles/stack-sunbird/templates/content-service_application.conf @@ -341,7 +341,7 @@ play.filters { play.http.parser.maxMemoryBuffer = 2GB akka.http.parsing.max-content-length = 2GB -schema.base_path="{{ schema_base_path }}" +schema.base_path="{{ kp_schema_base_path | default('/home/sunbird/content-service-1.0-SNAPSHOT/schemas')}}" # Cassandra Configuration cassandra { -- GitLab