We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b746060 commit 6467026Copy full SHA for 6467026
Documentation/Technical/Campaigns/AbTesting.md
@@ -84,3 +84,11 @@ $GLOBALS['TYPO3_CONF_VARS']['BE']['lockIPv6'] = 0;
84
$GLOBALS['TYPO3_CONF_VARS']['FE']['lockIP'] = 0;
85
$GLOBALS['TYPO3_CONF_VARS']['FE']['lockIPv6'] = 0;
86
```
87
+
88
+###### Basic Auth credentials for A/B pages needed
89
90
+You can simply add ENV variables to support basic authentication like (since luxenterprise 46.2.0):
91
+```
92
+LUXENTERPRISE_ABTESTING_AUTH_USER=username
93
+LUXENTERPRISE_ABTESTING_AUTH_PASS=password
94
0 commit comments