diff options
author | rtkay123 <dev@kanjala.com> | 2025-07-16 14:06:30 +0200 |
---|---|---|
committer | rtkay123 <dev@kanjala.com> | 2025-07-16 14:06:30 +0200 |
commit | c2ca0fae98c535dccb52d9ab949e1e534a9078a3 (patch) | |
tree | 5011dec4b140e72e33a208a22001bf92e424a0eb /contrib/bruno/health.bru | |
parent | ea71fa9d9cc136bd3eec5ecb58a592282697531b (diff) | |
download | sellershut-c2ca0fae98c535dccb52d9ab949e1e534a9078a3.tar.bz2 sellershut-c2ca0fae98c535dccb52d9ab949e1e534a9078a3.zip |
test(bruno): env
Diffstat (limited to 'contrib/bruno/health.bru')
-rw-r--r-- | contrib/bruno/health.bru | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/contrib/bruno/health.bru b/contrib/bruno/health.bru index 44c5410..b07520e 100644 --- a/contrib/bruno/health.bru +++ b/contrib/bruno/health.bru @@ -5,7 +5,7 @@ meta { } get { - url: http://localhost:3000 + url: {{HUT_HOSTNAME}}:{{HUT_PORT}} body: none auth: inherit } |