Skip to content

Commit 8c3ee46

Browse files
authored
fix: AUTH_HTTPS_ONLY: false (#780)
1 parent 9fb7df6 commit 8c3ee46

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/check.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -72,6 +72,7 @@ jobs:
7272
env:
7373
LNBITS_ADMIN_UI: true
7474
DEBUG: true
75+
AUTH_HTTPS_ONLY: false
7576
LNBITS_EXTENSIONS_DEFAULT_INSTALL: "watchonly, satspay, tipjar, tpos, lnurlp, withdraw"
7677
LNBITS_EXTENSIONS_MANIFESTS: "https://raw.githubusercontent.com/lnbits/lnbits-extensions/${{ github.head_ref || github.ref_name }}/extensions.json"
7778
LNBITS_BACKEND_WALLET_CLASS: FakeWallet

integration/fragments/init-server.jmx

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -368,8 +368,7 @@
368368
<elementProp name="" elementType="HTTPArgument">
369369
<boolProp name="HTTPArgument.always_encode">false</boolProp>
370370
<stringProp name="Argument.value">{&#xd;
371-
&quot;lnbits_callback_url_rules&quot;: [],&#xd;
372-
&quot;auth_https_only&quot;: false&#xd;
371+
&quot;lnbits_callback_url_rules&quot;: []&#xd;
373372
}</stringProp>
374373
<stringProp name="Argument.metadata">=</stringProp>
375374
</elementProp>

0 commit comments

Comments
 (0)