From 41c58e6953cbb1d453287228d0042cacae779ad4 Mon Sep 17 00:00:00 2001 From: Viren Baraiya Date: Tue, 12 Dec 2023 20:26:42 -0800 Subject: [PATCH] Update README.md --- README.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/README.md b/README.md index 929204e..438658a 100644 --- a/README.md +++ b/README.md @@ -1,2 +1,11 @@ # Example Springboot3 application using Conductor Orkes Java SDK Example based on Springboot + +> [!NOTE] +> If you are testing against https://play.orkes.io or Orkes Conductor instance that requires API Keys please set the following environment variables: +> ``` +> export KEY=your_api_key +> export SECRET=your_api_key_secret +> ``` +> +> When testing against localhost, please unset **KEY** and **SECRET**