diff options
author | Dan Timoney <dtimoney@att.com> | 2019-02-12 16:06:01 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2019-02-12 16:06:01 +0000 |
commit | 702a59b0ac36cfdd9eed43e539f953f5277877eb (patch) | |
tree | 6772fe2b3f009020109c247aae53c419f8fa7d70 /ms/blueprintsprocessor/application/src/main/resources/application.properties | |
parent | d67af8c778829f3116bef2d13f761286e1a34f16 (diff) | |
parent | dba22de28e496ae2d6d2fde9384fd1187e4b8fc1 (diff) |
Merge "Jython execution component and service"
Diffstat (limited to 'ms/blueprintsprocessor/application/src/main/resources/application.properties')
-rwxr-xr-x | ms/blueprintsprocessor/application/src/main/resources/application.properties | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/ms/blueprintsprocessor/application/src/main/resources/application.properties b/ms/blueprintsprocessor/application/src/main/resources/application.properties index 62695207..a7ffc42b 100755 --- a/ms/blueprintsprocessor/application/src/main/resources/application.properties +++ b/ms/blueprintsprocessor/application/src/main/resources/application.properties @@ -1,5 +1,6 @@ #
# Copyright � 2017-2018 AT&T Intellectual Property.
+#
# Modifications Copyright © 2019 IBM, Bell Canada.
#
# Licensed under the Apache License, Version 2.0 (the "License");
@@ -33,4 +34,8 @@ blueprintsprocessor.db.primary.driverClassName=org.mariadb.jdbc.Driver blueprintsprocessor.db.primary.hibernateHbm2ddlAuto=validate
blueprintsprocessor.db.primary.hibernateDDLAuto=none
blueprintsprocessor.db.primary.hibernateNamingStrategy=org.hibernate.cfg.ImprovedNamingStrategy
-blueprintsprocessor.db.primary.hibernateDialect=org.hibernate.dialect.MySQL5InnoDBDialect
\ No newline at end of file +blueprintsprocessor.db.primary.hibernateDialect=org.hibernate.dialect.MySQL5InnoDBDialect
+
+# Python executor
+blueprints.processor.functions.python.executor.executionPath=/opt/app/onap/scripts/jython
+blueprints.processor.functions.python.executor.modulePaths=/opt/app/onap/scripts/jython
\ No newline at end of file |