This is an automated email from the ASF dual-hosted git repository. acosentino pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/camel-kamelets-examples.git
The following commit(s) were added to refs/heads/main by this push: new 2b6ac49 AWS-secret-refresh Example - Moving specific properties to application.properties (#31) 2b6ac49 is described below commit 2b6ac491421c56546253e18ae93e044a982d6009 Author: Andrea Cosentino <anco...@gmail.com> AuthorDate: Tue Sep 26 15:12:40 2023 +0200 AWS-secret-refresh Example - Moving specific properties to application.properties (#31) * AWS-secret-refresh Example - Moving specific properties to application.properties Signed-off-by: Andrea Cosentino <anco...@gmail.com> * AWS-secret-refresh Example - Moving specific properties to application.properties Signed-off-by: Andrea Cosentino <anco...@gmail.com> --------- Signed-off-by: Andrea Cosentino <anco...@gmail.com> --- jbang/aws-database-admin-secrets-refresh/README.adoc | 6 +++--- .../{aws-sec-integration.properties => application.properties} | 0 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/jbang/aws-database-admin-secrets-refresh/README.adoc b/jbang/aws-database-admin-secrets-refresh/README.adoc index f96f8e3..75ad6b8 100644 --- a/jbang/aws-database-admin-secrets-refresh/README.adoc +++ b/jbang/aws-database-admin-secrets-refresh/README.adoc @@ -71,7 +71,7 @@ Then you can run this example using: [source,sh] ---- -$ camel run --properties=aws-sec-integration.properties sql-query.yaml +$ camel run sql-query.yaml ---- Or run it even shorter: @@ -85,7 +85,7 @@ Or run with JBang using the longer command line (without installing camel as app [source,sh] ---- -$ jbang camel@apache/camel run --properties=aws-sec-integration.properties sql-query.yaml +$ jbang camel@apache/camel run sql-query.yaml ---- The application will run and consume immediately, then it will wait 120 seconds to query the database again. @@ -201,7 +201,7 @@ You can enable the developer console via `--console` flag as show: [source,sh] ---- -$ camel run --properties=aws-sec-integration.properties sql-query.yaml --console +$ camel run sql-query.yaml --console ---- Then you can browse: http://localhost:8080/q/dev to introspect the running Camel applicaton. diff --git a/jbang/aws-database-admin-secrets-refresh/aws-sec-integration.properties b/jbang/aws-database-admin-secrets-refresh/application.properties similarity index 100% rename from jbang/aws-database-admin-secrets-refresh/aws-sec-integration.properties rename to jbang/aws-database-admin-secrets-refresh/application.properties