We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0690962 commit d370456Copy full SHA for d370456
_includes/configuration.md
@@ -20,8 +20,8 @@
20
<p>Set the following environment variables:</p>
21
22
{% highlight bash %}
23
-IRON_TOKEN=MY_TOKEN
24
-IRON_PROJECT_ID=MY_PROJECT_ID
+export IRON_TOKEN=YOUR_TOKEN
+export IRON_PROJECT_ID=YOUR_PROJECT_ID
25
{% endhighlight %}
26
27
<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