This is an automated email from the ASF dual-hosted git repository. lburgazzoli pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/camel-k-runtime.git
The following commit(s) were added to refs/heads/master by this push: new b443de3 chore: amend rest example to include cors settings b443de3 is described below commit b443de3e76f10c59ff9886b2f765bea8e1f639ce Author: lburgazzoli <lburgazz...@gmail.com> AuthorDate: Thu Apr 16 18:10:13 2020 +0200 chore: amend rest example to include cors settings --- .../camel-k-runtime-example-rest/data/application.properties | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/examples/camel-k-runtime-example-rest/data/application.properties b/examples/camel-k-runtime-example-rest/data/application.properties index 3977fbf..59e7a2d 100644 --- a/examples/camel-k-runtime-example-rest/data/application.properties +++ b/examples/camel-k-runtime-example-rest/data/application.properties @@ -16,7 +16,7 @@ ## --------------------------------------------------------------------------- # -# Logging +# logging # logging.level.org.apache.camel.k = DEBUG @@ -28,8 +28,13 @@ camel.main.stream-caching-enabled = true camel.main.stream-caching-spool-directory = ${java.io.tmpdir}/camel-k # -# Camel K +# camel-k - platform http # customizer.platform-http.enabled = true customizer.platform-http.bind-port = 8080 +customizer.platform-http.cors.enabled = true + +# +# camel-k - health checks +# customizer.health.enabled = true \ No newline at end of file