From 9219896676085e3a7dc0bba5c81cd97cd61099c1 Mon Sep 17 00:00:00 2001 From: rtkay123 Date: Sun, 20 Jul 2025 02:06:43 +0200 Subject: feat: transaction for follow --- contrib/bruno/environments/sellershut.bru | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'contrib/bruno/environments/sellershut.bru') 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}} } -- cgit v1.2.3