diff options
Diffstat (limited to 'contrib/bruno/environments/sellershut.bru')
-rw-r--r-- | contrib/bruno/environments/sellershut.bru | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/contrib/bruno/environments/sellershut.bru b/contrib/bruno/environments/sellershut.bru index 82d0e7c..bb9a8b7 100644 --- a/contrib/bruno/environments/sellershut.bru +++ b/contrib/bruno/environments/sellershut.bru @@ -1,3 +1,5 @@ vars { - HUT_HOSTNAME: http://localhost:2210 + HUT_DOMAIN: localhost + HUT_PORT: 2210 + HUT_HOSTNAME: http://{{HUT_DOMAIN}}:{{HUT_PORT}} } |