ppalaga commented on a change in pull request #722: Resolves #162 adds camel-box support URL: https://github.com/apache/camel-quarkus/pull/722#discussion_r379522223
########## File path: integration-tests/box/README.adoc ########## @@ -0,0 +1,17 @@ +== Camel Quarkus Box Integration Tests + +To run the `camel-quarkus-box` integration tests, you must first create a Box developer account https://account.box.com/login. + +Then set the following environment variables: + +[source,shell] +---- +export BOX_USER_NAME=my-user-name +export BOX_USER_PASSWORD=my-user-password +export BOX_CLIENT_ID=my-client-id +export BOX_CLIENT_SECRET=my-client_secret +---- Review comment: I appreciate the readme! ---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services
