This is an automated email from the ASF dual-hosted git repository.
davsclaus pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/camel-karavan.git
The following commit(s) were added to refs/heads/main by this push:
new 65de51c Add local profile to just try in local mode
65de51c is described below
commit 65de51ce05928e4295a87fd00303d080c4fd6483
Author: Claus Ibsen <[email protected]>
AuthorDate: Mon May 23 16:09:43 2022 +0200
Add local profile to just try in local mode
---
karavan-demo/placeholder/application.properties | 1 -
karavan-demo/placeholder/local.properties | 3 +++
2 files changed, 3 insertions(+), 1 deletion(-)
diff --git a/karavan-demo/placeholder/application.properties
b/karavan-demo/placeholder/application.properties
index 81c0292..fda338d 100644
--- a/karavan-demo/placeholder/application.properties
+++ b/karavan-demo/placeholder/application.properties
@@ -7,7 +7,6 @@ camel.jbang.project.cleanup=true
camel.jbang.package=true
camel.jbang.package.uber-jar.jar=camel-runner.jar
camel.jbang.package.uber-jar.fresh=true
-camel.jbang.classpathFiles=application.properties
camel.main.routesIncludePattern=file:demo.yaml
camel.jbang.build.image=true
camel.jbang.build.image.openshift=false
diff --git a/karavan-demo/placeholder/local.properties
b/karavan-demo/placeholder/local.properties
new file mode 100644
index 0000000..8147934
--- /dev/null
+++ b/karavan-demo/placeholder/local.properties
@@ -0,0 +1,3 @@
+
+message=Local mode
+camel.main.routesIncludePattern=file:demo.yaml