diff options
author | rtkay123 <dev@kanjala.com> | 2025-07-20 02:06:43 +0200 |
---|---|---|
committer | rtkay123 <dev@kanjala.com> | 2025-07-20 02:06:43 +0200 |
commit | 9219896676085e3a7dc0bba5c81cd97cd61099c1 (patch) | |
tree | 83c2c4bc9d371fd43f910bd18fe5ab88d3b4638b /contrib/bruno/environments | |
parent | 5bfbeb8e843adf1e949f71074dac22be0c720644 (diff) | |
download | sellershut-9219896676085e3a7dc0bba5c81cd97cd61099c1.tar.bz2 sellershut-9219896676085e3a7dc0bba5c81cd97cd61099c1.zip |
feat: transaction for follow
Diffstat (limited to 'contrib/bruno/environments')
-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}} } |