Skip to content

Commit aaec67a

Browse files
authored
Merge pull request #20 from MeCapron/feature/add_backend_for_config_elastic
fix: adding forgotten backend model to decrypt config
2 parents 0bd6635 + c3b908a commit aaec67a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

etc/config.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
<index/>
3232
<is_authentication_enabled>0</is_authentication_enabled>
3333
<username/>
34-
<password/>
34+
<password backend_model="Magento\Config\Model\Config\Backend\Encrypted"/>
3535
<ignore_error>1</ignore_error>
3636
</elasticsearch>
3737
<slack>

0 commit comments

Comments
 (0)