From f7a27497dd184da6259ea8bd87c3c704df519923 Mon Sep 17 00:00:00 2001 From: krishnaa96 Date: Sat, 15 Aug 2020 22:29:23 +0530 Subject: Add support to generic optimization structure Add a new template version to support the new optmization model Issue-ID: OPTFRA-730 Signed-off-by: krishnaa96 Change-Id: I286f7ae1bad0af1fac0da7e96f7274eb9518e031 --- conductor.conf | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'conductor.conf') diff --git a/conductor.conf b/conductor.conf index 215bf6e..7b04ec7 100755 --- a/conductor.conf +++ b/conductor.conf @@ -312,6 +312,10 @@ concurrent = true # Minimum value: 1 #max_translation_counter = 1 +# JSON schema file for optimization object +# (string value) +opt_schema_file= /opt/has/conductor/etc/conductor/opt_schema.json + [data] -- cgit 1.2.3-korg