Skip to content

Commit 3c74d45

Browse files
Development configs updated
1 parent de54512 commit 3c74d45

2 files changed

Lines changed: 2 additions & 0 deletions

File tree

dev/entrypoint.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@ if [ ! -f /var/www/html/app/etc/env.php ]; then
2626
--backend-frontname=admin \
2727
--language=en_US \
2828
--currency=NGN \
29+
--allowed-currencies=NGN \
2930
--timezone=Africa/Lagos \
3031
--use-rewrites=1 \
3132
--cleanup-database

dev/setup.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -70,6 +70,7 @@ mage config:set payment/pstk_paystack/integration_type inline
7070

7171
echo ""
7272
echo "==> Setting store currency to NGN..."
73+
mage config:set currency/options/allow NGN,USD,ZAR
7374
mage config:set currency/options/base NGN
7475
mage config:set currency/options/default NGN
7576
mage config:set currency/options/allow NGN

0 commit comments

Comments
 (0)