Add comment for HURL_xxx variable.

This commit is contained in:
jcamiel 2022-09-07 19:12:25 +02:00
parent 2783410f7d
commit b0f50c3b30
No known key found for this signature in database
GPG Key ID: 07FF11CFD55356CC
2 changed files with 2 additions and 0 deletions

View File

@ -1,6 +1,7 @@
<pre><code class="language-hurl"><span class="hurl-entry"><span class="request"><span class="line"></span><span class="comment"># Variables can be set from:</span>
<span class="line"></span><span class="comment"># - an external properties file</span>
<span class="line"></span><span class="comment"># - at the command-line with the --variable option</span>
<span class="line"></span><span class="comment"># - with HURL_xxx environment variable</span>
<span class="line"></span><span class="comment"># - in the Hurl File in the [Options] section</span>
<span class="line"></span>
<span class="line"><span class="method">POST</span> <span class="url">http://localhost:8000/variables</span></span>

View File

@ -1,6 +1,7 @@
# Variables can be set from:
# - an external properties file
# - at the command-line with the --variable option
# - with HURL_xxx environment variable
# - in the Hurl File in the [Options] section
POST http://localhost:8000/variables