Create REST API layer for resource resolution stored configlet
[ccsdk/cds.git] / ms / blueprintsprocessor / modules / inbounds / resource-api / src / test / resources / application-test.properties
diff --git a/ms/blueprintsprocessor/modules/inbounds/resource-api/src/test/resources/application-test.properties b/ms/blueprintsprocessor/modules/inbounds/resource-api/src/test/resources/application-test.properties
new file mode 100644 (file)
index 0000000..ebd5dc8
--- /dev/null
@@ -0,0 +1,33 @@
+#\r
+# Copyright © 2017-2018 AT&T Intellectual Property.\r
+#\r
+# Modifications Copyright © 2019 IBM, Bell Canada.\r
+#\r
+# Licensed under the Apache License, Version 2.0 (the "License");\r
+# you may not use this file except in compliance with the License.\r
+# You may obtain a copy of the License at\r
+#\r
+#     http://www.apache.org/licenses/LICENSE-2.0\r
+#\r
+# Unless required by applicable law or agreed to in writing, software\r
+# distributed under the License is distributed on an "AS IS" BASIS,\r
+# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\r
+# See the License for the specific language governing permissions and\r
+# limitations under the License.\r
+#\r
+blueprintsprocessor.db.primary.url=jdbc:h2:mem:testdb;DB_CLOSE_DELAY=-1\r
+blueprintsprocessor.db.primary.username=sa\r
+blueprintsprocessor.db.primary.password=\r
+blueprintsprocessor.db.primary.driverClassName=org.h2.Driver\r
+blueprintsprocessor.db.primary.hibernateHbm2ddlAuto=create-drop\r
+blueprintsprocessor.db.primary.hibernateDDLAuto=update\r
+blueprintsprocessor.db.primary.hibernateNamingStrategy=org.hibernate.cfg.ImprovedNamingStrategy\r
+blueprintsprocessor.db.primary.hibernateDialect=org.hibernate.dialect.H2Dialect\r
+# Controller Blueprints Core Configuration\r
+blueprintsprocessor.blueprintDeployPath=./target/blueprints/deploy\r
+blueprintsprocessor.blueprintWorkingPath=./target/blueprints/work\r
+blueprintsprocessor.blueprintArchivePath=./target/blueprints/archive\r
+\r
+# Python executor\r
+blueprints.processor.functions.python.executor.executionPath=./../../../../components/scripts/python/ccsdk_blueprints\r
+blueprints.processor.functions.python.executor.modulePaths=./../../../../components/scripts/python/ccsdk_blueprints\r