Skip to content

Commit

Permalink
Merge pull request #29 from WeareJH/JDTB-91-decouple-stripped-db-prov…
Browse files Browse the repository at this point in the history
…ider-from-jh-toolkit-module

JDTB-91 Decouple stripped db provider from JH toolkit module
  • Loading branch information
zaxkh authored Aug 12, 2024
2 parents 41d2bea + 8812e45 commit 98d31e3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ Edit the **env.php** file manually and set the following config (values below ar
]
```

You can add access_key_id, secret_access_key, cron_exp from admin also by logging in admin. Go to Store->Configuration->JH Modules->DB Provider
You can add access_key_id, secret_access_key, bucket_name, region from admin also by logging in admin. Go to Store->Configuration->Advanced->Stripped DB Provider

Values are described in the following table:

Expand Down
2 changes: 1 addition & 1 deletion src/etc/adminhtml/system.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<config xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="urn:magento:module:Magento_Config:etc/system_file.xsd">
<system>
<section id="stripped_db_provider" translate="label" type="text" sortOrder="30" showInDefault="1" showInWebsite="1" showInStore="1">
<tab>wearejh</tab>
<tab>advanced</tab>
<label>Stripped DB Provider</label>
<resource>Jh_StrippedDbProvider::config</resource>
<group id="general" translate="label" type="text" sortOrder="0" showInDefault="1" showInStore="0" showInWebsite="0">
Expand Down

0 comments on commit 98d31e3

Please sign in to comment.