Skip to content

Commit d370456

Browse files
authored
Update configuration.md
1 parent 0690962 commit d370456

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

_includes/configuration.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,8 @@
2020
<p>Set the following environment variables:</p>
2121

2222
{% highlight bash %}
23-
IRON_TOKEN=MY_TOKEN
24-
IRON_PROJECT_ID=MY_PROJECT_ID
23+
export IRON_TOKEN=YOUR_TOKEN
24+
export IRON_PROJECT_ID=YOUR_PROJECT_ID
2525
{% endhighlight %}
2626

2727
<p>The <span class="fixed-width">IRON_PROJECT_ID</span> you use will be the default project to use. You can always override this in your code.</p>

0 commit comments

Comments
 (0)