From d3704563c556cc47707015f34a55decac7a6a828 Mon Sep 17 00:00:00 2001 From: Ayodejiola <97601366+Ayodejiola@users.noreply.github.com> Date: Tue, 4 Apr 2023 18:20:47 +0100 Subject: [PATCH] Update configuration.md --- _includes/configuration.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/_includes/configuration.md b/_includes/configuration.md index f630e27b..ce2ed15e 100644 --- a/_includes/configuration.md +++ b/_includes/configuration.md @@ -20,8 +20,8 @@

Set the following environment variables:

{% highlight bash %} -IRON_TOKEN=MY_TOKEN -IRON_PROJECT_ID=MY_PROJECT_ID +export IRON_TOKEN=YOUR_TOKEN +export IRON_PROJECT_ID=YOUR_PROJECT_ID {% endhighlight %}

The IRON_PROJECT_ID you use will be the default project to use. You can always override this in your code.